mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 10:37:05 +02:00
9 lines
180 B
C#
9 lines
180 B
C#
namespace Robust.Client.Interfaces.Debugging
|
|
{
|
|
public interface IDebugDrawing
|
|
{
|
|
bool DebugColliders { get; set; }
|
|
bool DebugPositions { get; set; }
|
|
}
|
|
}
|