public Action1101(ActionGetter actionGetter) : base((short)1101, actionGetter) { m_RequestPacket = null; m_ResponsePacket = new LCManuallyRefreshCommonShop(); m_UserId = 0; }
public override bool GetUrlElement() { m_UserId = actionGetter.GetSession().UserId; m_RequestPacket = ProtoBufUtils.Deserialize <CLManuallyRefreshCommonShop>((byte[])actionGetter.GetMessage()); return(true); }