using System;

namespace XMainClient
{
	internal enum PrerogativeType
	{
		PreSprite,
		PreStart,
		PreChatColor = 1,
		PreChatAdorn,
		PreChatBubble,
		PreTeamBorder,
		PreTeamBackground,
		PreHeadPortrait,
		PreMax
	}
}