CoinManager

  • coins: Current coins amount.

AddCoins(int amount)

Adds coins to the current coin amount

  • amount:Number of coins to add

RemoveCoins(int amount)

Removes coins to the current coin amount

  • amount:Number of coins to remove.

Last updated