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

namespace XMainClient
{
	public enum XChapterDifficult
	{
		NORMAL,
		ELITE
	}
}