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