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