Files
RobustToolbox/Robust.Client/Interfaces/Graphics/ClydeDebugLayers.cs
T

8 lines
121 B
C#

namespace Robust.Client.Interfaces.Graphics
{
internal enum ClydeDebugLayers
{
None,
Fov,
}
}