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