Move some files out of Content.Shared root because I forgot (#4182)
This commit is contained in:
13
Content.Shared/IoC/SharedContentIoC.cs
Normal file
13
Content.Shared/IoC/SharedContentIoC.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Content.Shared.CharacterAppearance;
|
||||
using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Shared.IoC
|
||||
{
|
||||
public static class SharedContentIoC
|
||||
{
|
||||
public static void Register()
|
||||
{
|
||||
IoCManager.Register<SpriteAccessoryManager, SpriteAccessoryManager>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user