namespace Content.Client.Administration.UI.Tabs.PlayerTab; public enum AdminPlayerTabColorOption { Off, Character, Roletype, Both } public enum AdminPlayerTabRoleTypeOption { RoleType, Subtype, RoleTypeSubtype, SubtypeRoleType } public enum AdminPlayerTabSymbolOption { Off, Basic, Specific }