Cleanup warnings: CS0414 (#38793)

Cleanup
This commit is contained in:
B_Kirill
2025-07-06 20:28:29 +10:00
committed by GitHub
parent 2ba10ce02c
commit 7ea3120a07
4 changed files with 0 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ namespace Content.Server.Spider;
public sealed class SpiderSystem : SharedSpiderSystem
{
[Dependency] private readonly PopupSystem _popup = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;
[Dependency] private readonly TurfSystem _turf = default!;
/// <summary>