Stop github warnings

This commit is contained in:
Metal Gear Sloth
2021-01-09 14:51:27 +11:00
parent 75c4ed6a09
commit 42171a9b70
2 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ namespace Content.Client.UserInterface.Suspicion
public class SuspicionGui : Control
{
[Dependency] private readonly IPlayerManager _playerManager = default!;
[Dependency] private readonly IEntityManager _entityManager = default!;
private readonly VBoxContainer _container;
private readonly Button _roleButton;