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

namespace XMainClient.UI
{
	internal enum EmblemBagMode
	{
		EBM_NORMAL,
		EBM_SELECT
	}
}