using Content.Shared.Body.Components; using Robust.Shared.Serialization; namespace Content.Shared.Body.Part { /// /// Defines the type of a . /// [Serializable, NetSerializable] public enum BodyPartType { Other = 0, Torso, Head, Arm, Hand, Leg, Foot, Tail } }