예제 #1
0
 public BlockTableLand(SettingTable settingTable)
 {
     this.Setting = settingTable;
 }
예제 #2
0
 public StrategyTableStakeOutPoints()
 {
     this.Setting = new SettingTable();
 }
예제 #3
0
 public BlockTableLand(LandParcel parcel, SettingTable settingTable)
 {
     this.Parcel  = parcel;
     this.Setting = settingTable;
 }
예제 #4
0
 public StrategyTableBorder()
 {
     this.Setting = new SettingTable();
 }