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