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

@@ -40,7 +40,6 @@ namespace Content.Server.Electrocution;
public sealed class ElectrocutionSystem : SharedElectrocutionSystem
{
[Dependency] private readonly IAdminLogManager _adminLogger = default!;
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly DamageableSystem _damageable = default!;