Exemplo n.º 1
0
 public SpaceStation(BuildingType type, int x, int y) : base(type, x, y)
 {
 }
Exemplo n.º 2
0
 public House(BuildingType type, int x, int y) : base(type, x, y)
 {
 }