Exemplo n.º 1
0
 protected virtual void _OnDurationChange()
 {
     OnDurationChange?.Invoke(this, new MonsterAilmentEventArgs(this));
 }
Exemplo n.º 2
0
        protected virtual void _onDurationUpdate()
        {
            FertilizerEventArgs args = new FertilizerEventArgs(this);

            OnDurationChange?.Invoke(this, args);
        }