mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Debugdraw enhancements (#2080)
* Debugdraw enhancements * Fix up the overlays * Changes * Box2D licence * Update Robust.Client/Console/Commands/PhysicsOverlayCommands.cs Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com> * Fix dependency Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
co-authored by
Paul Ritter
parent
8be4b39449
commit
2353f0ed6f
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Robust.Server.GameObjects
|
||||
{
|
||||
internal sealed class DebugPhysicsSystem : SharedDebugPhysicsSystem
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user