예제 #1
0
 public static void RemoveCoinEventHandler(CoinEventHandler handler)
 {
     _OnCoinChanged -= handler;
 }
예제 #2
0
 public static void AddCoinEventHandler(CoinEventHandler handler)
 {
     _OnCoinChanged += handler;
 }