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

namespace XMainClient
{
	internal enum XGuildJockerMatchStep
	{
		BeforeGame,
		InGame,
		AfterGame
	}
}