blob: 5f393c675d3212d5cacb7b41947a6bbc9338d450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
using System;
namespace XMainClient
{
internal enum PrerogativeType
{
PreSprite,
PreStart,
PreChatColor = 1,
PreChatAdorn,
PreChatBubble,
PreTeamBorder,
PreTeamBackground,
PreHeadPortrait,
PreMax
}
}
|