mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 02:27:08 +02:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Robust.Client.Interfaces.Graphics
|
|
{
|
|
internal enum ClydeDebugLayers
|
|
{
|
|
None,
|
|
Fov,
|
|
}
|
|
} |