예제 #1
0
        public ConfigModule()
        {
            Instance = this;

            ConfigState.Load();
            ConfigState.Save();
        }
예제 #2
0
        public ConfigModule()
        {
            Instance = this;

            RegisterConfigPanel("GraphicsOptionsPanel", 1000, CoreUtils.LoadResource <GameObject>("UI/GraphicsOptionsPanel"));

            ConfigState.Load();
            ConfigState.Save();
        }