Files
RobustToolbox/Robust.Server/Graphics/ClydeHandle.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

9 lines
140 B
C#

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