示例#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);
        }