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

namespace XMainClient
{
	public enum ShareBgType
	{
		NoneType,
		DungeonType,
		LuckyPandora,
		LuckySpriteType
	}
}