示例#1
0
 protected virtual void OnDash() => Dash?.Invoke();
示例#2
0
 private void OnDash(InputAction.CallbackContext c)
 {
     Dash?.Invoke();
 }