Cleanup warnings: CS0414 (#39748)

* Cleanup

* Fix
This commit is contained in:
B_Kirill
2025-08-19 17:42:54 +10:00
committed by GitHub
parent a491718be6
commit 438090a505
9 changed files with 0 additions and 13 deletions

View File

@@ -12,7 +12,6 @@ namespace Content.Client.Stack
{
[Dependency] private readonly AppearanceSystem _appearanceSystem = default!;
[Dependency] private readonly ItemCounterSystem _counterSystem = default!;
[Dependency] private readonly SpriteSystem _sprite = default!;
public override void Initialize()
{