Esempio n. 1
0
 public static void REMOVE_GameWinListener(EventsSystem.OnGameWin _method)
 {
     onGameWin -= _method;
 }
Esempio n. 2
0
 public static void ADD_GameWinListener(EventsSystem.OnGameWin _method)
 {
     onGameWin += _method;
 }