summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/RecentMsg.cs
blob: eda3e9e02c4306290b7a489eb20d2565cb26a95e (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using XUtliPoolLib;

namespace XMainClient
{
	public class RecentMsg : LoopItemData
	{
		public string content;
	}
}