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

namespace XMainClient.UI
{
	public enum CandidatesViewRecommendType
	{
		None,
		Pupil,
		Master
	}
}