summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs b/Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs
new file mode 100644
index 00000000..7ddc4f4a
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/MentorBeenApplyedInfo.cs
@@ -0,0 +1,22 @@
+using System;
+using KKSG;
+
+namespace XMainClient
+{
+ public class MentorBeenApplyedInfo
+ {
+ public MentorMsgApplyType applyType;
+
+ public int time;
+
+ public RoleBriefInfo roleInfo;
+
+ public int reportTaskID;
+
+ public ulong audioID;
+
+ public uint audioTime;
+
+ public string applyWords;
+ }
+}