Esempio n. 1
0
 private void Start()
 {
     _wallet          = Wallet.Instance;
     _currency        = CurrencyClicker.Instance;
     _exchangeRate    = ExchangeRate.Instance;
     _feedbackManager = FeedbackManager.Instance;
 }
Esempio n. 2
0
    // Start is called before the first frame update
    void Start()
    {
        _exchangeRate    = ExchangeRate.Instance;
        _currency        = CurrencyClicker.Instance;
        _feedbackManager = FeedbackManager.Instance;

        // TextWallet = GetComponent<TextMeshProUGUI>();

        MoneyInWallet = StartCash;
    }
Esempio n. 3
0
 private void Awake()
 {
     Instance = this;
 }