public void read(PacketByteBuf in) throws IOException {
   this.a = in.readInt();
   this.b = in.readInt();
   this.d = in.readBoolean();
   this.c = new go$a();
   this.c.b = in.readShort();
   this.c.a = in.readByteArray();
 }