summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/UI/QteUIType.cs
blob: 3209e54f4c17c46c1e2389a28335900c82c5f6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace XMainClient.UI
{
	internal enum QteUIType
	{
		Bind,
		Abnormal,
		Charge
	}
}