Beispiel #1
0
        protected virtual void OnTic(WorldTicEventArgs e)
        {
            var handler = OnTicReached;

            handler?.Invoke(this, e);
        }
Beispiel #2
0
 private void OnTicEvent(object o, WorldTicEventArgs e) => this.Tic(e.FpsTicNum);