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

namespace XMainClient
{
	internal enum YYMallCategory
	{
		Resource = 1,
		Special,
		Privilege,
		MAX
	}
}