25 lines
340 B
C#
25 lines
340 B
C#
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
|
|
}
|