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

namespace XMainClient
{
	internal enum XBuffTag
	{
		BT_SpriteEffect = 1
	}
}