mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-07 02:08:17 +02:00
Fixes unit tests. Made ray color change if successful hit. Made ray length based on actual ray results.
8 lines
133 B
C#
8 lines
133 B
C#
namespace Robust.Server.Interfaces.Debugging
|
|
{
|
|
public interface IDebugDrawingManager
|
|
{
|
|
void Initialize();
|
|
}
|
|
}
|