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

namespace XMainClient
{
	internal class XBuffEffectData
	{
		public ulong MobID = 0UL;
	}
}