using System; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Body.Surgery { [Serializable, NetSerializable] public enum SurgeryUIKey { Key } }