summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs b/Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs
new file mode 100644
index 00000000..877243b5
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/LeaguePKRecordInfo.cs
@@ -0,0 +1,22 @@
+using System;
+using KKSG;
+
+namespace XMainClient
+{
+ public class LeaguePKRecordInfo
+ {
+ public ulong opponentTeamId;
+
+ public string opponentTeamName;
+
+ public string serverName;
+
+ public uint serverId;
+
+ public int scoreChange;
+
+ public PkResultType result;
+
+ public uint time;
+ }
+}