Fix the last of the compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2020-10-22 10:26:24 +02:00
parent e98abd923c
commit f61aeb19e5
5 changed files with 7 additions and 15 deletions

View File

@@ -31,7 +31,6 @@ namespace Content.Server.GameObjects.EntitySystems
[UsedImplicitly]
internal class MoverSystem : SharedMoverSystem
{
[Dependency] private readonly IPauseManager _pauseManager = default!;
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!;
[Dependency] private readonly IMapManager _mapManager = default!;