コード例 #1
0
 public static void DisplaySettler(Settler settler, SettlersOfValgard game, Command command)
 {
     Console.Clear();
     game.AddElement(new TitleElement(settler));
 }
コード例 #2
0
 public static void DisplayTerrain(Terrain terrain, SettlersOfValgard game, Command command)
 {
     game.AddElement(new TitleElement(terrain));
 }
コード例 #3
0
 public static void DisplayBuilding(Building building, SettlersOfValgard game, Command command)
 {
     Clear();
     game.AddElement(new TitleElement(building));
 }
コード例 #4
0
 public static void DisplayFamily(Family family, SettlersOfValgard game, Command command)
 {
     Clear();
     game.AddElement(new TitleElement(family));
 }