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

namespace XMainClient
{
	internal enum GoldGroupType
	{
		GGT_NONE,
		GGT_DIAMOND,
		GGT_TICKET
	}
}