예제 #1
0
파일: Player.cs 프로젝트: mma0603/Huckton
 public void StartMove(int deltaIndex)
 {
     _mover.InitMoving(deltaIndex, _points);
 }