Esempio n. 1
0
    private void Awake()
    {
        // Instance = this;

        GameControl.control.Load();

#if UNITY_ANDROID
        restoreRemoveAdsButton.gameObject.SetActive(false);
#endif

        levelManager = LevelManager.Instance();
        onShopCanvas = OnShopCanvas.Instance();
    }