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

namespace XMainClient
{
	public enum MyMentorship
	{
		None,
		Mentorship_Pupil,
		Mentorship_Master
	}
}