Files
RobustToolbox/Robust.Shared/Graphics/IClydeHandle.cs
metalgearsloth 2733435218 Audio rework unrevert + audio packaging (#4555)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
2023-11-27 22:12:26 +11:00

8 lines
94 B
C#

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