Exemple #1
0
 void OnFirstClick()
 {
     pressedKey = 0;
     onClick.Invoke(this);
 }
Exemple #2
0
 protected virtual void OnEnter(StateEventArg arg)
 {
     EntryEvent?.Invoke(arg);
 }