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

namespace XMainClient
{
	public enum ChatInputType
	{
		TEXT,
		EMOTION
	}
}