Exemple #1
0
 private static void ClearCoinCount()
 {
     InGameCurrency.SaveCurrency(0);
 }
Exemple #2
0
 private static void AddCoinCount()
 {
     InGameCurrency.SaveCurrency(10 + InGameCurrency.LoadCurrency());
 }