Files
RobustToolbox/Robust.Client/Interfaces/Debugging/IDebugDrawing.cs
T

9 lines
180 B
C#

namespace Robust.Client.Interfaces.Debugging
{
public interface IDebugDrawing
{
bool DebugColliders { get; set; }
bool DebugPositions { get; set; }
}
}