using System; namespace XMainClient { public class GuildUsingBuffInfo { public uint buffID = 0u; public uint count = 0u; public uint time = 0u; } }