using Robust.Shared.Serialization; namespace Content.Shared.Atmos.Piping.Unary.Components { /// /// Used in to determine which visuals to update. /// [Serializable, NetSerializable] public enum GasPortableVisuals { ConnectedState, } }