Example #1
0
 public static void REMOVE_GameLoseListener(EventsSystem.OnGameLose _method)
 {
     onGameLose -= _method;
 }
Example #2
0
 public static void ADD_GameLoseListener(EventsSystem.OnGameLose _method)
 {
     onGameLose += _method;
 }