Slight localization func cleanup (#11380)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Content.Shared.Humanoid.Markings;
|
||||
using Content.Shared.Localizations;
|
||||
|
||||
namespace Content.Shared.IoC
|
||||
{
|
||||
@@ -7,6 +8,7 @@ namespace Content.Shared.IoC
|
||||
public static void Register()
|
||||
{
|
||||
IoCManager.Register<MarkingManager, MarkingManager>();
|
||||
IoCManager.Register<ContentLocalizationManager, ContentLocalizationManager>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user