예제 #1
0
 public void LoadWorldData()
 {
     World w = new World();
     Hostile h = new Hostile("Fiora", (int)LivingObjectType.Hostile, 0, (int)MapType.MainMap, 4, 4, 30, new List<int>(){0}, 60);
     //h.CurMap = w.OverWorld;
     //w.OverWorld.AddLivingThing(h, 0, 0);
     MyWorldData.Add(w);
 }
예제 #2
0
 public void Clear()
 {
     CurrentSession = new World();
     NewWorldName b = (NewWorldName)MyButton[0];
     b.Text = "";
 }