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

            OnDurationChange?.Invoke(this, args);
        }