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

@@ -28,7 +28,6 @@ namespace Content.Server.Singularity.EntitySystems
public sealed class EmitterSystem : SharedEmitterSystem
{
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly IPrototypeManager _prototype = default!;
[Dependency] private readonly IAdminLogManager _adminLogger = default!;
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
[Dependency] private readonly SharedPopupSystem _popup = default!;