using System; namespace XMainClient { public class GuildBuffInfo { public uint itemID = 0u; public uint count = 0u; } }