summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/AudioChannel.cs
blob: 42dabd6e99fba263c9179286be8ccf20c1e047b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace XUtliPoolLib
{
	public enum AudioChannel
	{
		Motion = 1,
		Action,
		Skill = 4,
		Behit = 8,
		SkillCombine = 16
	}
}