Ejemplo n.º 1
0
    void Start()
    {
        uiManager       = UIManager.instance;
        elementRevealer = UIElementRevealer.instance;

        Load();
        UpdateHUD_GoldPerClick();
        UpdateHUD_GoldPerSec();
        UpdateHUD_TotalGold();
    }
 void Awake()
 {
     instance = this;
 }