Exemplo n.º 1
0
        public ConfigModule()
        {
            Instance = this;

            ConfigState.Load();
            ConfigState.Save();
        }
Exemplo n.º 2
0
        public ConfigModule()
        {
            Instance = this;

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

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