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

namespace XMainClient.UI
{
	internal class BattleRecordPlayerInfo
	{
		public string name;

		public uint profression;

		public ulong roleID;
	}
}