예제 #1
0
파일: Person.cs 프로젝트: Aspent/MyGame
 public void TurnRight()
 {
     _currentTexture = _rightTexture;
     _turnedLeft     = false;
     _shotChar.TurnRight();
 }