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