Remove some warnings (#5391)

* Remove unused Dependency fields

* Remove noop null check
This commit is contained in:
Clyybber
2021-11-19 00:46:35 +01:00
committed by GitHub
parent 2744b67539
commit 6ac2446d26
10 changed files with 0 additions and 15 deletions

View File

@@ -32,7 +32,6 @@ namespace Content.Server.Pointing.EntitySystems
[Dependency] private readonly IPlayerManager _playerManager = default!;
[Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!;
[Dependency] private readonly IGameTiming _gameTiming = default!;
[Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!;
[Dependency] private readonly RotateToFaceSystem _rotateToFaceSystem = default!;
private static readonly TimeSpan PointDelay = TimeSpan.FromSeconds(0.5f);