//
// Input: sev_fuben_m.proto
// DO NOT EDIT!
//
using XGame.Framework.Network;
namespace FL.Network
{
public sealed partial class SevFubenList
{
/// 1时空塔楼2
public int hdcid;
/// 关卡ID
public int xlsid;
/// 1组队2集结
public int type;
/// 创建者
public string uuid;
/// 创建时间
public int time;
public System.Collections.Generic.List mems;
/// 下发申请列表
public System.Collections.Generic.List apply;
/// 已邀请角色ID列表
public int[] yaoqing;
/// 成员列表
public sealed partial class SevFubenListMems
{
public FUserInfo fuser;
public int state;
public int identity;
}
}
}