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

namespace XMainClient.UI
{
	public enum HeroSkillType
	{
		HeroBattle,
		WeekNest,
		MobaBattle
	}
}