Cleanup warnings: CS0414 (#36950)

* Clean up

* Use #pragma
This commit is contained in:
B_Kirill
2025-05-08 10:00:12 +10:00
committed by GitHub
parent 057cc2304a
commit c196538aaf
3 changed files with 2 additions and 3 deletions

View File

@@ -16,9 +16,7 @@ namespace Content.Server.Forensics
public sealed class ForensicPadSystem : EntitySystem
{
[Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!;
[Dependency] private readonly InventorySystem _inventory = default!;
[Dependency] private readonly PopupSystem _popupSystem = default!;
[Dependency] private readonly MetaDataSystem _metaData = default!;
[Dependency] private readonly ForensicsSystem _forensics = default!;
[Dependency] private readonly LabelSystem _label = default!;