summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ResRankInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/ResRankInfo.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/ResRankInfo.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/ResRankInfo.cs b/Client/Assets/Scripts/XMainClient/ResRankInfo.cs
new file mode 100644
index 00000000..d172b14b
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/ResRankInfo.cs
@@ -0,0 +1,15 @@
+using System;
+
+namespace XMainClient
+{
+ internal class ResRankInfo
+ {
+ public ulong roleID = 0UL;
+
+ public string roleName = "";
+
+ public string guildName = "";
+
+ public uint donateValue = 0u;
+ }
+}