Example #1
0
 public override void process(FortNitta game)
 {
     int x = this._x_coordinate;
       int y = this._y_coordinate;
       int id = this._player_id - 1;
       game.rotateWalls(id);
 }