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