Update content for physics query namespace change (#4701)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Shared.Interaction
|
||||
[UsedImplicitly]
|
||||
public abstract class SharedInteractionSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly SharedBroadphaseSystem _sharedBroadphaseSystem = default!;
|
||||
[Dependency] private readonly SharedPhysicsSystem _sharedBroadphaseSystem = default!;
|
||||
[Dependency] private readonly SharedPopupSystem _popupSystem = default!;
|
||||
|
||||
public const float InteractionRange = 2;
|
||||
|
||||
Reference in New Issue
Block a user