Skip to content

Commit

Permalink
Add TagSystem to SharedContentIoC (dependency of EntityWhitelistSystem)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 19, 2024
1 parent 27bdd7f commit 6a369c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/IoC/SharedContentIoC.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
using Content.Shared.Humanoid.Markings;
using Content.Shared.Localizations;
using Content.Shared.Tag;
using Content.Shared.Whitelist;

namespace Content.Shared.IoC;

public static class SharedContentIoC
{
public static void Register()
{
IoCManager.Register<MarkingManager, MarkingManager>();
IoCManager.Register<ContentLocalizationManager, ContentLocalizationManager>();
IoCManager.Register<TagSystem>();
IoCManager.Register<EntityWhitelistSystem>();
}
}

0 comments on commit 6a369c8

Please sign in to comment.