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

namespace XMainClient
{
	public enum VIPGiftState
	{
		UNABLE,
		UNGET,
		GET
	}
}