public void read(MemoryStream msdata)
 {
     code         = proto_util.readUShort(msdata);
     uid          = proto_util.readUInt(msdata);
     playCount    = proto_util.readUByte(msdata);
     allPlayCount = proto_util.readUByte(msdata);
     PServerCmd.readLoop(msdata, cmdList);
 }