Exemplo n.º 1
0
 /// <summary>
 /// 输出当前协议返回
 /// </summary>
 public void WriteAction(BaseGameResponse response)
 {
     if (!IsNotRespond)
     {
         dataStruct.WriteAction(response, actionId, errorCode, errorInfo, MsgId, St);
     }
 }