Example #1
0
 // Event to initiate air controls
 // Bound in Player Script
 public void OnJumped()
 {
     currentState.ToAirMovementState();
     Debug.Log("MSM : OnJumped");
 }