Cleanup warning CS0414 (#37648)

This commit is contained in:
Tayrtahn
2025-05-20 17:14:10 -04:00
committed by GitHub
parent c406fa2d1e
commit 6f46698410
6 changed files with 0 additions and 7 deletions

View File

@@ -52,7 +52,6 @@ public sealed class FoodSystem : EntitySystem
[Dependency] private readonly ReactiveSystem _reaction = default!;
[Dependency] private readonly SharedAudioSystem _audio = default!;
[Dependency] private readonly SharedDoAfterSystem _doAfter = default!;
[Dependency] private readonly SharedDestructibleSystem _destructible = default!;
[Dependency] private readonly SharedHandsSystem _hands = default!;
[Dependency] private readonly SharedInteractionSystem _interaction = default!;
[Dependency] private readonly SharedSolutionContainerSystem _solutionContainer = default!;