summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PrerogativeNormalType.cs
blob: 533aaaf816e051916eeabd975ec6020935a096ff (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace XMainClient
{
	internal enum PrerogativeNormalType
	{
		PreNormal,
		PreWedding,
		PreDefault
	}
}