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