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

namespace XMainClient
{
	public enum DamageType
	{
		DMG_SKILL,
		DMG_INVALID
	}
}