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

namespace XMainClient.UI
{
	public enum CandidatesViewType
	{
		None,
		Recommend,
		Application
	}
}