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