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

namespace XMainClient.UI
{
	public enum SpriteEggLotteryType
	{
		None,
		Normal,
		Special,
		Max
	}
}