コード例 #1
0
 public CommandOutcome(PlacementOutcome outcome, int posX, int posY)
 {
     this.outcome = outcome;
     this.posX    = posX;
     this.posY    = posY;
     count        = 0;
     idToRemove   = "-1";
 }
コード例 #2
0
 public CommandOutcome(PlacementOutcome outcome)
 {
     this.outcome = outcome;
     count        = 0;
     idToRemove   = "-1";
 }