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