Exemple #1
0
 public virtual void MovePlayerShipRight()
 {
     if (this.playerShip.TopLeft.Col < this.renderer.GetWidth() - 22)
     {
         playerShip.MoveRight();
     }
 }
Exemple #2
0
 public void doCommand()
 {
     _ship.MoveRight();
 }