//
// Input: act_mount_m.proto
// DO NOT EDIT!
//
using XGame.Framework.Network;
namespace FL.Network
{
public sealed partial class ActMountList
{
/// 坐骑ID
public int mountId;
/// 坐骑星级,默认零星,只对高级坐骑适用
public int star;
}
public sealed partial class ActMountBuWei
{
/// 部位ID
public int bwId;
/// 当前等级
public int level;
}
}