//
// Input: act_pve_m.proto
// DO NOT EDIT!
//
using XGame.Framework.Network;
namespace FL.Network
{
public sealed partial class lineRwd
{
/// 道具ID
public int id;
/// 道具数量
public int count;
/// 结算时长
public int settle;
/// 剩余时长
public int duration;
}
}