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

namespace XMainClient
{
	public enum MulActivityState
	{
		Lock,
		Grey,
		WillOpen,
		Open
	}
}