Add UsedImplicitly to visualizers and entity systems (#2592)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using Content.Server.GameObjects.Components.NodeContainer.NodeGroups;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Shared.GameObjects.Systems;
|
||||
using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Server.GameObjects.EntitySystems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class NodeGroupSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly INodeGroupManager _groupManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user