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