mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
@@ -24,7 +24,9 @@ namespace Robust.Shared.Physics.Systems
|
||||
[Dependency] private readonly EntityLookupSystem _lookup = default!;
|
||||
[Dependency] private readonly SharedBroadphaseSystem _broadphase = default!;
|
||||
[Dependency] private readonly SharedPhysicsSystem _physics = default!;
|
||||
#pragma warning disable CS0414
|
||||
[Dependency] private readonly IGameTiming _timing = default!;
|
||||
#pragma warning restore CS0414
|
||||
private EntityQuery<PhysicsMapComponent> _mapQuery;
|
||||
private EntityQuery<PhysicsComponent> _physicsQuery;
|
||||
private EntityQuery<FixturesComponent> _fixtureQuery;
|
||||
|
||||
@@ -21,8 +21,10 @@ namespace Robust.Shared.Physics.Systems
|
||||
*/
|
||||
public partial class SharedPhysicsSystem
|
||||
{
|
||||
#pragma warning disable CS0414
|
||||
[Dependency] private readonly SharedDebugRayDrawingSystem _sharedDebugRaySystem = default!;
|
||||
[Dependency] private readonly INetManager _netMan = default!;
|
||||
#pragma warning restore CS0414
|
||||
|
||||
/// <summary>
|
||||
/// Checks to see if the specified collision rectangle collides with any of the physBodies under management.
|
||||
|
||||
Reference in New Issue
Block a user