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