コード例 #1
0
 public void ChangeToThisMovement(DirDelegate dirDelegate)
 {
     StartMovement();
     MoveToDirection = new DirDelegate(dirDelegate);
 }
コード例 #2
0
 public void ChangeToPlayerMovement()
 {
     StartMovement();
     MoveToDirection = new DirDelegate(Player.Instance.controller.TryMove);
 }