Ejemplo n.º 1
0
 public static void createTown()
 {
     NPCHandler Town = new NPCHandler("Town", server);
 }
Ejemplo n.º 2
0
 public static void createWorld1()
 {
     NPCHandler world1 = new NPCHandler("World1", server);
 }