Class SkillActionBuffSheet
[Serializable]
public class SkillActionBuffSheet : Sheet<int, SkillActionBuffSheet.Row>, IDictionary<int, SkillActionBuffSheet.Row>, ICollection<KeyValuePair<int, SkillActionBuffSheet.Row>>, IEnumerable<KeyValuePair<int, SkillActionBuffSheet.Row>>, IEnumerable, ISheet
- Inheritance
-
SkillActionBuffSheet
- Implements
- Inherited Members
Constructors
SkillActionBuffSheet()
public SkillActionBuffSheet()
Methods
AddRow(int, Row)
protected override void AddRow(int key, SkillActionBuffSheet.Row value)
Parameters
key
intvalue
SkillActionBuffSheet.Row