summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ApplyMentorshipInfo.cs
blob: 291832b177cd067ea9319cf9096a34a03daaf66c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;

namespace XMainClient
{
	public class ApplyMentorshipInfo
	{
		public uint roleLevel;

		public string roleName;

		public uint demand;

		public uint state;
	}
}