mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix a compiler warning.
This commit is contained in:
@@ -4,7 +4,6 @@ using System.Linq;
|
||||
using Robust.Shared.GameObjects.Components.Transform;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.Interfaces.Map;
|
||||
using Robust.Shared.Interfaces.Network;
|
||||
using Robust.Shared.Interfaces.Timing;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Map;
|
||||
@@ -34,9 +33,6 @@ namespace Robust.Shared.GameObjects
|
||||
[Dependency]
|
||||
private readonly IComponentFactory ComponentFactory;
|
||||
|
||||
[Dependency]
|
||||
private readonly INetManager _network;
|
||||
|
||||
[Dependency]
|
||||
private readonly IComponentManager _componentManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user