Remove GameData, move a bunch of customization data to Penumbra.GameData and the rest to Glamourer, update accordingly. Some reformatting and cleanup.

This commit is contained in:
Ottermandias 2023-12-22 14:20:50 +01:00
parent e9d0e61b4c
commit 987c26a51d
83 changed files with 444 additions and 1620 deletions

View file

@ -1,4 +1,4 @@
using Glamourer.Customization;
using Glamourer.GameData;
using OtterGui.Widgets;
namespace Glamourer.Gui.Tabs;