Example #1
0
 public void ResetPlayerCamera(MoveableObject player, List <Transform> otherObjects, bool disableCollider = false)
 {
     this.moveMap = true;
     player.LockHorizontalMovement();
     StartCoroutine(this.movePlayerBackToPosition(player, otherObjects, disableCollider));
 }