Delta-v/Content.Shared/Construction/MachineFrameVisuals.cs

12 lines
183 B
C#

#nullable enable
using Robust.Shared.Serialization;
namespace Content.Shared.Construction
{
[NetSerializable]
public enum MachineFrameVisuals
{
State,
}
}