summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/UI/FrozenSealState.cs
blob: 5795e7bbdcebd175ea0830f3d5205a6e6d8b6395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace XMainClient.UI
{
	public enum FrozenSealState
	{
		None,
		Fetched,
		UnFinish,
		LeaveFor,
		CanFetch
	}
}