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