using System; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Atmos.GasTank { [Serializable, NetSerializable] public enum SharedGasTankUiKey { Key } }