예제 #1
0
 public Action1021(ActionGetter actionGetter)
     : base((short)1021, actionGetter)
 {
     m_RequestPacket  = null;
     m_ResponsePacket = new LCUnlockEpigraph();
     m_UserId         = 0;
 }
예제 #2
0
 public override bool GetUrlElement()
 {
     m_UserId        = actionGetter.GetSession().UserId;
     m_RequestPacket = ProtoBufUtils.Deserialize <CLUnlockEpigraph>((byte[])actionGetter.GetMessage());
     return(true);
 }