Inheritance: UnityEngine.MonoBehaviour
Exemplo n.º 1
0
        public void Awake()
        {
            Instance = this;
            DontDestroyOnLoad(this);

            globalSettings = new GlobalSettings();
            LoadGlobalSettings();
        }
Exemplo n.º 2
0
        public void Awake()
        {
            Instance = this;
            DontDestroyOnLoad(this);

            globalSettings = new GlobalSettings();
            LoadGlobalSettings();
        }