return 0;
info.facing = in.readInt(); info.orientation = in.readInt();
out.writeInt(info.facing); out.writeInt(info.orientation);