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

namespace XMainClient
{
	public class MentorshipTaskStatus
	{
		public ulong roleID;

		public uint status;
	}
}