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

namespace XMainClient
{
	internal enum EffectIDType
	{
		EIT_Buff = 1,
		EIT_Skill
	}
}