Files
RobustToolbox/Robust.Server/Graphics/ClydeHandle.cs
2023-11-27 22:12:26 +11:00

9 lines
140 B
C#

using Robust.Shared.Graphics;
namespace Robust.Server.Graphics;
public struct ClydeHandle : IClydeHandle
{
public long Value => -1;
}