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

namespace XMainClient
{
	public enum GuildArenaBattlePattern
	{
		GMF,
		GPR,
		GCF
	}
}