Table of Contents

Class Stun

Namespace
Nekoyume.Model.Buff
Assembly
Lib9c.dll
[Serializable]
public class Stun : ActionBuff, ICloneable
Inheritance
Stun
Implements
Inherited Members

Constructors

Stun(ActionBuff)

protected Stun(ActionBuff value)

Parameters

value ActionBuff

Stun(SkillCustomField, Row)

public Stun(SkillCustomField customField, ActionBuffSheet.Row row)

Parameters

customField SkillCustomField
row ActionBuffSheet.Row

Stun(Row)

public Stun(ActionBuffSheet.Row row)

Parameters

row ActionBuffSheet.Row

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override object Clone()

Returns

object

A new object that is a copy of this instance.