示例#1
0
 public GameServer(string location = LOCATION) : base(location)
 {
     grid = GridCreator.Creator1(50, 50, 0);
     //grid = GridCreator.Creator1(20, 20, 0);
     Console.WriteLine("Map Generated!");
     Console.WriteLine(ItemCrafting.Instance.ToString());
     Console.WriteLine("Crafter generated!");
     gameActions = new List <GameAction>();
 }