Exemplo n.º 1
0
 protected virtual void OnSpin(DreidelEventArgs e)
 {
     if (Spin != null)
     {
         Spin.Invoke(this, e);
     }
 }
Exemplo n.º 2
0
 void IApiSpinnable.OnSpin()
 {
     Spin?.Invoke(this, EventArgs.Empty);
 }
Exemplo n.º 3
0
 void IApiSpinnable.OnSpin()
 {
     Spin?.Invoke(this, EventArgs.Empty);
     Switch?.Invoke(this, new SwitchEventArgs(true, Entity.Null));
     OnSwitch(true);
 }