Example #1
0
    void Awake()
    {
        if (instance == null)
        {
            instance = this;
            DontDestroyOnLoad(this.gameObject);
        }
        else
        {
            Destroy(this);
        }
        Read();

        traslations.LoadTranslations();
        rMaanger.LoadRes();
        pController.LoadProgress();
    }