summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/RecentMsg.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/RecentMsg.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/RecentMsg.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/RecentMsg.cs b/Client/Assets/Scripts/XMainClient/RecentMsg.cs
new file mode 100644
index 00000000..eda3e9e0
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/RecentMsg.cs
@@ -0,0 +1,10 @@
+using System;
+using XUtliPoolLib;
+
+namespace XMainClient
+{
+ public class RecentMsg : LoopItemData
+ {
+ public string content;
+ }
+}