using System; using System.Collections.Generic; namespace XMainClient { public class CGroupPlayerInfo { public ulong roleid; public string rolename; public string guild; public uint level; public uint ppt; public uint profession; public int degree; public uint uid; public List setid = new List(); } }