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

namespace XMainClient
{
	public class BarrageMsg : LoopItemData
	{
		public string nickname;

		public string content;
	}
}