Ejemplo n.º 1
0
 public void ChangeToThisMovement(DirDelegate dirDelegate)
 {
     StartMovement();
     MoveToDirection = new DirDelegate(dirDelegate);
 }
Ejemplo n.º 2
0
 public void ChangeToPlayerMovement()
 {
     StartMovement();
     MoveToDirection = new DirDelegate(Player.Instance.controller.TryMove);
 }