상속: UnityEngine.MonoBehaviour
예제 #1
0
        public void Awake()
        {
            Instance = this;
            DontDestroyOnLoad(this);

            globalSettings = new GlobalSettings();
            LoadGlobalSettings();
        }
예제 #2
0
        public void Awake()
        {
            Instance = this;
            DontDestroyOnLoad(this);

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