Files
RobustToolbox/Robust.Client/Graphics/IClydeDebugInfo.cs
2023-05-30 01:20:17 +02:00

8 lines
125 B
C#

namespace Robust.Client.Graphics
{
internal interface IClydeDebugInfo
{
string WindowingApi { get; }
}
}