//
// Input: act_shop.proto
// DO NOT EDIT!
//
using XGame.Framework.Network;
namespace FL.Network
{
/// id=203700
public sealed partial class ActShopPush : IMsgPush
{
int IMessage.InstanceID { get; set; }
object IMessage.Context { get; set; }
int IMessage.ProtocolID => 203700;
public void Clear()
{
}
/// 1杂货
public int hdcid;
/// undefined
public System.Collections.Generic.List goods;
/// 下一次刷新时间
public int nextTime;
/// 下一次刷新时间
public int nextWeekTime;
}
}