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