コード例 #1
0
ファイル: TableLand.cs プロジェクト: ArtemLoban/LoSa.Land
 public BlockTableLand(SettingTable settingTable)
 {
     this.Setting = settingTable;
 }
コード例 #2
0
ファイル: StrategyTable.cs プロジェクト: ArtemLoban/LoSa.Land
 public StrategyTableStakeOutPoints()
 {
     this.Setting = new SettingTable();
 }
コード例 #3
0
ファイル: TableLand.cs プロジェクト: ArtemLoban/LoSa.Land
 public BlockTableLand(LandParcel parcel, SettingTable settingTable)
 {
     this.Parcel  = parcel;
     this.Setting = settingTable;
 }
コード例 #4
0
ファイル: StrategyTable.cs プロジェクト: ArtemLoban/LoSa.Land
 public StrategyTableBorder()
 {
     this.Setting = new SettingTable();
 }