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