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