Ejemplo n.º 1
0
 void Start()
 {
     direction = VerticalMovement.MovementDirection.GetInstance();
     InitializeThrustDictionary();
     currentMovementType = VerticalMovement.Constants.MovementType.Walking;
     isMoving            = false;
 }
Ejemplo n.º 2
0
 public void CallNotRunning()
 {
     currentMovementType = VerticalMovement.Constants.MovementType.Walking;
 }