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

namespace XMainClient
{
	public enum CollectNpcRefreshMode
	{
		Random,
		Distance
	}
}