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

namespace XMainClient
{
	public enum OptionsBattleTab
	{
		CameraTab = 1,
		OperateTab,
		OtherTab,
		MAX = 3
	}
}