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

namespace XMainClient
{
	internal enum RelaxGame
	{
		Joker,
		GuildVoiceQA
	}
}