Class Stun
[Serializable]
public class Stun : ActionBuff, ICloneable
- Inheritance
-
Stun
- Implements
- Inherited Members
Constructors
Stun(ActionBuff)
protected Stun(ActionBuff value)
Parameters
valueActionBuff
Stun(SkillCustomField, Row)
public Stun(SkillCustomField customField, ActionBuffSheet.Row row)
Parameters
customFieldSkillCustomFieldrowActionBuffSheet.Row
Stun(Row)
public Stun(ActionBuffSheet.Row row)
Parameters
rowActionBuffSheet.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.