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

namespace XMainClient
{
	public enum WeeklyTaskCategory
	{
		ActivityType,
		Adventure,
		CollectItem,
		None
	}
}