Example #1
0
 void OnJump()
 {
     if (character2D != null)
     {
         character2D.OnJump();
     }
 }