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

namespace XMainClient
{
	public class GuildUsingBuffInfo
	{
		public uint buffID = 0u;

		public uint count = 0u;

		public uint time = 0u;
	}
}