Exemplo n.º 1
0
 public void TurnRight()
 {
     _currentTexture = _rightTexture;
     _turnedLeft     = false;
     _shotChar.TurnRight();
 }