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

namespace XMainClient
{
	public enum GuildArenaTab
	{
		Hall = 1,
		Duel,
		Combat
	}
}