Table of Contents

Class SkillActionBuffSheet

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[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 int
value SkillActionBuffSheet.Row