Esempio n. 1
0
 public PokeList1(PokeListType c = PokeListType.Single, bool jp = false) : base(c, jp)
 {
 }
Esempio n. 2
0
 public static int GetDataLength(PokeListType c, bool jp) => GetDataSize(c, jp, GetEntrySize(IsCapacityPartyFormat(c)));
Esempio n. 3
0
 public PokeList1(byte[] d, PokeListType c = PokeListType.Single, bool jp = false) : base(d, c, jp)
 {
 }