コード例 #1
0
		public GraveyardBuilding(City _city)
			: base(_city) { Sex = ESex.IT; }
コード例 #2
0
		public HouseBuilding(City _city)
			: base(_city) { }
コード例 #3
0
ファイル: Building.cs プロジェクト: Foxbow74/my-busycator
		protected Building(City _city) { m_city = _city; }