mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-17 21:17:44 +01:00
Add fixes for scaling and attach points during race changes.
This commit is contained in:
parent
829000f0ee
commit
57e02fc2c7
3 changed files with 89 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ public static class ServiceManager
|
|||
.AddSingleton<ItemUnlockManager>()
|
||||
.AddSingleton<DatFileService>()
|
||||
.AddSingleton<InventoryService>()
|
||||
.AddSingleton<ContextMenuService>();
|
||||
.AddSingleton<ContextMenuService>()
|
||||
.AddSingleton<ScalingService>();
|
||||
|
||||
private static IServiceCollection AddDesigns(this IServiceCollection services)
|
||||
=> services.AddSingleton<DesignManager>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue