new meta format; enchanced grouping; minor fixes

This commit is contained in:
Minizbot2012 2021-01-16 11:09:42 -05:00
parent 25ac5d1999
commit 21b657c086
9 changed files with 136 additions and 255 deletions

View file

@ -53,6 +53,8 @@ namespace Penumbra
ResourceLoader.Init();
ResourceLoader.Enable();
GameUtils.ReloadPlayerResources();
SettingsInterface = new SettingsInterface( this );
PluginInterface.UiBuilder.OnBuildUi += SettingsInterface.Draw;