namespace Content.Shared.Preferences { /// /// The clothing preference for a profile. Stored in database! /// public enum ClothingPreference { Jumpsuit, Jumpskirt } }