summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/SpriteHandlerTag.cs
blob: 01bbfc9db25af4d87dbd30c3205410a73a3f413e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;

namespace XMainClient
{
	public enum SpriteHandlerTag
	{
		Main,
		Lottery,
		Fight,
		Resolve,
		Detail,
		Shop
	}
}