blob: 926cc75041dc98615e493263283b5bd31493a0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System;
using KKSG;
namespace XMainClient
{
public class MentorRelationTime
{
public MentorRelationStatus status;
public uint time;
public ulong breakApplyRoleID;
}
}
|