示例#1
0
 public void TurnLeft()
 {
     _currentTexture = _leftTexture;
     _turnedLeft     = true;
     _shotChar.TurnLeft();
 }