public static Packet GetPacket(float bearing, float distance)
 {
     HelmJumpSubPacket escsp = new HelmJumpSubPacket(bearing, distance);
     ShipAction3Packet sap2 = new ShipAction3Packet(escsp);
     return new Packet(sap2);
 }