Files
tbd-station-14/Content.Shared/Construction/MachineFrameVisuals.cs
2021-06-09 22:19:39 +02:00

12 lines
183 B
C#

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