summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ActivityType.cs
blob: 0a16d020ddf307d2788f52812650692740b6a18b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;

namespace XMainClient
{
	public enum ActivityType
	{
		None,
		Cannival,
		BackFlow = 5,
		ArgentaTask = 7,
		BigPrize = 11,
		CrushingSealBase = 200
	}
}