Files
RobustToolbox/Robust.Shared/Graphics/IClydeHandle.cs
T

8 lines
96 B
C#

namespace Robust.Shared.Graphics;
internal interface IClydeHandle
{
long Value { get; }
}