Example #1
0
 public static void createTown()
 {
     NPCHandler Town = new NPCHandler("Town", server);
 }
Example #2
0
 public static void createWorld1()
 {
     NPCHandler world1 = new NPCHandler("World1", server);
 }