Esempio n. 1
0
 public EditableNPC()
 {
     Moves = new int[4];
     Drops = new EditableNpcDrop[MaxInfo.MAX_NPC_DROPS];
 }
Esempio n. 2
0
 public EditableNPC()
 {
     Moves = new int[4];
     Drops = new EditableNpcDrop[MaxInfo.MAX_NPC_DROPS];
 }