Beispiel #1
0
 private void InputManager_JumpButtonPressed(object sender, JumpButtonPressedArgs e)
 {
     if (_allowed)
     {
         StartCoroutine(Execute());
         OnExecute();
     }
 }
Beispiel #2
0
 private void OnJumpButtonPressed(JumpButtonPressedArgs args)
 {
     JumpButtonPressed?.Invoke(this, args);
 }