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

11 lines
189 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Construction
{
[NetSerializable]
public enum MachineFrameVisuals
{
State,
}
}