summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/Chat/ChatVoicePrivateInfo.cs
blob: 0bc8a994ce27ef2b0674ce105888e4a7e6452cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace XMainClient
{
	public class ChatVoicePrivateInfo
	{
		public ChatVoiceInfo voice;

		public string name;

		public ulong sendId;
	}
}