Example #1
0
        public virtual void Expire( )
        {
            ExpiredEvent? .Invoke(this, EventArgs.Empty);

            Game.Current.GameBuffs.Remove(this);
        }
Example #2
0
 private void Expire()
 {
     _timeoutTimer.Enabled = false;
     ExpiredEvent?.Invoke(this, EventArgs.Empty);
 }