//PlaySoundPacket private static void HandlePacket(PlaySoundPacket packet) { Audio.AddGameSound(packet.Sound, false); }