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