public void OnAttackBeginNotify() { OnAttackBegin?.Invoke(this, EventArgs.Empty); }
public void AttackBegin() { OnAttackBegin?.Invoke(); }