예제 #1
0
 public static void Init()
 {
     Map.PopulateRooms();
     Map.GenerateHazard();
     Player.CurrentLocation = Map.Rooms[1];
     Player.IsAlive = true;
     ShowMenu();
 }