AirshipSingleton
export default class WalletManager extends AirshipSingleton {
public money = 0;
// ...
}const myMoney = WalletManager.Get().money;Last updated
export default class WalletManager extends AirshipSingleton {
public money = 0;
// ...
}const myMoney = WalletManager.Get().money;Last updated