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

namespace XMainClient
{
	public enum TargetRewardType
	{
		Athletics = 1,
		Instance,
		Social,
		Activity
	}
}