public void processLoadMissionInfo(ref byte[] packet) { ServerPackets pak = new ServerPackets(); pak.sendMissionInfo(Store.currentClient); }