Пример #1
0
 void OnDestroy()
 {
     Listeners.StopListening();
 }
Пример #2
0
 // UNSUBSCRIBING TO EVENTS
 private void OnDestroy()
 {
     eventsGroup.StopListening();
 }