mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 05:57:42 +01:00
Add context menu support.
This commit is contained in:
parent
ec27c3e931
commit
662ec617dc
5 changed files with 180 additions and 7 deletions
|
|
@ -92,7 +92,8 @@ public static class ServiceManager
|
|||
.AddSingleton<CustomizeUnlockManager>()
|
||||
.AddSingleton<ItemUnlockManager>()
|
||||
.AddSingleton<DatFileService>()
|
||||
.AddSingleton<InventoryService>();
|
||||
.AddSingleton<InventoryService>()
|
||||
.AddSingleton<ContextMenuService>();
|
||||
|
||||
private static IServiceCollection AddDesigns(this IServiceCollection services)
|
||||
=> services.AddSingleton<DesignManager>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue