Exemple #1
0
 public void OnAttackBeginNotify()
 {
     OnAttackBegin?.Invoke(this, EventArgs.Empty);
 }
Exemple #2
0
 public void AttackBegin()
 {
     OnAttackBegin?.Invoke();
 }