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

namespace XMainClient
{
	internal enum VoiceUsage
	{
		CHAT,
		ANSWER,
		FLOWER_REPLY,
		MENTORHIP,
		GUILDCOLLECT
	}
}