mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Cleanup warnings: CS0414 (#6396)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user