Files
RobustToolbox/Robust.Shared/Graphics/IClydeHandle.cs
T
2023-11-27 22:12:26 +11:00

8 lines
94 B
C#

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