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