コード例 #1
0
ファイル: Player.cs プロジェクト: mma0603/Huckton
 public void StartMove(int deltaIndex)
 {
     _mover.InitMoving(deltaIndex, _points);
 }