コード例 #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;
 }