Beispiel #1
0
 public static void CallNotEnoughCoins()
 {
     NotEnoughCoins?.Invoke();
 }
 void Awake()
 {
     Instance = this;
 }