Exemplo n.º 1
0
 internal void InvokeInterdictionEvent(InterdictionEvent arg)
 {
     InterdictionEvent?.Invoke(this, arg);
 }
Exemplo n.º 2
0
 internal void InvokeInterdictionEvent(InterdictionEvent arg) => InterdictionEvent?.Invoke(null, arg);