summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/MallType.cs
blob: 955b84b55e53221bbf5a97ba974cd0b5d5d287a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;

namespace XMainClient
{
	public enum MallType
	{
		WEEK = 1,
		COST,
		LONGYU,
		FASHION,
		RIDE,
		GIFT,
		VIP,
		EQUIP,
		NONE
	}
}