using Content.Shared.Humanoid.Markings; using Content.Shared.Localizations; namespace Content.Shared.IoC { public static class SharedContentIoC { public static void Register() { IoCManager.Register(); IoCManager.Register(); } } }