C# Class CurrencyController, TapBand

Inheritance: MonoBehaviour
Afficher le fichier Open project: minimalgeek/TapBand Class Usage Examples

Private Methods

Méthode Description
AddCoins ( int coins ) : void
AddFans ( int fans ) : void
AddTokens ( int tokens ) : void
Awake ( ) : void
CanBuy ( int price ) : bool
Coins ( ) : string
EquipmentTransaction ( EquipmentData, equipment ) : void
Fans ( ) : string
MerchTransaction ( MerchData, merch ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPrestige ( TourData, tour ) : void