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

namespace XMainClient
{
	public enum ChatAssetType
	{
		EMOTION,
		HISTOTY
	}
}