Exemplo n.º 1
0
 private void OnDestroy()
 {
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnNewRoundStarted);
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnNewGameStarted);
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnGameOver);
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnCanPlayAgain);
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnShowTitleScreen);
 }
Exemplo n.º 2
0
 private void OnDestroy()
 {
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnPlayerLivesChanged);
 }
Exemplo n.º 3
0
 private void OnDestroy()
 {
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnScoreChanged);
 }
Exemplo n.º 4
0
 private void OnDestroy()
 {
     ActionListenerUtility.UnsubscribeActionListenersFrom(ref OnShipDisabled);
 }