Add preliminary festival handling

This commit is contained in:
Ottermandias 2023-09-19 20:38:45 +02:00
parent 301c089d86
commit dee1860dee
8 changed files with 275 additions and 10 deletions

View file

@ -120,6 +120,7 @@ public static class ServiceManager
.AddSingleton<ActorSelector>()
.AddSingleton<ActorPanel>()
.AddSingleton<MainWindow>()
.AddSingleton<GenericPopupWindow>()
.AddSingleton<GlamourerWindowSystem>()
.AddSingleton<CustomizationDrawer>()
.AddSingleton<EquipmentDrawer>()