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