Example #1
0
        protected virtual void OnSavingThrowRequested(Ability ability, VantageKind vantageKind)
        {
            AbilityEventArgs eventArgs = new AbilityEventArgs(SavingThrowRequestedEvent, ability, vantageKind);

            RaiseEvent(eventArgs);
        }
        protected virtual void OnSavingThrowRequested(Ability ability)
        {
            AbilityEventArgs eventArgs = new AbilityEventArgs(SavingThrowRequestedEvent, ability);

            RaiseEvent(eventArgs);
        }