コード例 #1
0
 public SpaceStation(BuildingType type, int x, int y) : base(type, x, y)
 {
 }
コード例 #2
0
 public House(BuildingType type, int x, int y) : base(type, x, y)
 {
 }