Beispiel #1
0
 private void Jump() // includes wall climb
 {
     if (!m_playerInputEnabled.Value)
     {
         return;
     }
     m_thirdPersonController.Jump();
 }