Remove all Assigned Values that are Never Used (#30110)

Remove all Assigned Values that are never used
This commit is contained in:
Cojoke
2024-07-18 19:22:23 -05:00
committed by GitHub
parent 84fe6bcde4
commit b57174007c
30 changed files with 0 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ namespace Content.Client.Administration.UI.Tabs.ObjectsTab;
public sealed partial class ObjectsTab : Control
{
[Dependency] private readonly IEntityManager _entityManager = default!;
[Dependency] private readonly IGameTiming _timing = default!;
private readonly Color _altColor = Color.FromHex("#292B38");
private readonly Color _defaultColor = Color.FromHex("#2F2F3B");