Ejemplo n.º 1
0
 public static void RemoveCoinEventHandler(CoinEventHandler handler)
 {
     _OnCoinChanged -= handler;
 }
Ejemplo n.º 2
0
 public static void AddCoinEventHandler(CoinEventHandler handler)
 {
     _OnCoinChanged += handler;
 }