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