public IPacket parse(BinaryReader br, int len) { x08OTHERGAMELOADED p = new x08OTHERGAMELOADED(); p.pid = br.ReadByte(); return(p); }