コード例 #1
0
 public override void Execute(WorldInterface @on)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public override void Execute(WorldInterface worldInterface)
 {
     worldInterface.GenericFeatureUpdate(Coordinate, Feature, Set);
 }
コード例 #3
0
 public override void Execute(WorldInterface @on)
 {
     on.CivilisationVisionUpdate(Coordinate, Civilization, Vision);
 }