Cleanup warnings: CS0414 (#6396)

This commit is contained in:
B_Kirill
2026-01-25 14:41:10 +10:00
committed by GitHub
parent 65b8d0cce2
commit 446cf8c003
6 changed files with 10 additions and 11 deletions

View File

@@ -21,10 +21,10 @@ namespace Robust.Shared.Physics.Systems
*/
public partial class SharedPhysicsSystem
{
#pragma warning disable CS0414
#if DEBUG
[Dependency] private readonly SharedDebugRayDrawingSystem _sharedDebugRaySystem = default!;
[Dependency] private readonly INetManager _netMan = default!;
#pragma warning restore CS0414
#endif
/// <summary>
/// Checks to see if the specified collision rectangle collides with any of the physBodies under management.