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

namespace XMainClient
{
	public enum LevelSealSys
	{
		NowSeal,
		NextSeal,
		RemoveSeal
	}
}