summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs b/Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs
new file mode 100644
index 00000000..133ff362
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/Team/XTeamBloodUIData.cs
@@ -0,0 +1,22 @@
+using System;
+using KKSG;
+
+namespace XMainClient
+{
+ internal class XTeamBloodUIData
+ {
+ public ulong uid;
+
+ public ulong entityID;
+
+ public RoleType profession;
+
+ public string name;
+
+ public bool bIsLeader;
+
+ public uint level;
+
+ public bool isLeft = true;
+ }
+}