Beispiel #1
0
        private void OnDestroyCall(int ship_id)
        {
            DestroyEventArgs args = new DestroyEventArgs();

            OnDestroy(args);
        }
Beispiel #2
0
 protected virtual void OnDestroy(DestroyEventArgs e)
 {
     EventHandler <DestroyEventArgs> handler = ShipDestroyed;
 }