Files
RobustToolbox/Robust.Server/Interfaces/Debugging/IDebugDrawingManager.cs
T
Pieter-Jan Briers 36822462ba Improve ray debug drawing.
Fixes unit tests.
Made ray color change if successful hit.
Made ray length based on actual ray results.
2019-11-24 00:44:47 +01:00

8 lines
133 B
C#

namespace Robust.Server.Interfaces.Debugging
{
public interface IDebugDrawingManager
{
void Initialize();
}
}