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