Exemplo n.º 1
0
 public LeveItem()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }
Exemplo n.º 2
0
 public ArifPointer()
 {
     raw = FormatHandler.getByteListOfSize(Size);
 }
Exemplo n.º 3
0
 public EquipmentItem()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }
Exemplo n.º 4
0
 public ProductItem()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }
Exemplo n.º 5
0
 public WalkPathItem()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }
Exemplo n.º 6
0
 public ArifItem()
 {
     raw = FormatHandler.getByteListOfSize(Size);
 }
Exemplo n.º 7
0
 public InventoryItem()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }
Exemplo n.º 8
0
 public MemtConf()
 {
     raw = FormatHandler.getByteListOfSize(entrySize);
 }