Simple IAP System
4.3
|
Simple script that contains methods for testing purposes. You shouldn't implement this script in production versions. More...
Public Member Functions | |
void | Initialize () |
Allows initializing the IAPManager at some point later manually. More... | |
void | Reset () |
Deletes all data saved in prefs, for ensuring a clean test state. More... | |
void | LevelUp () |
Increases player level by 1 which unlocks new shop items. More... | |
Simple script that contains methods for testing purposes. You shouldn't implement this script in production versions.
void Initialize | ( | ) |
Allows initializing the IAPManager at some point later manually.
void LevelUp | ( | ) |
Increases player level by 1 which unlocks new shop items.
void Reset | ( | ) |
Deletes all data saved in prefs, for ensuring a clean test state.