//! Shared payload records.
use Uuid;
use crateDataHash;
use ;
/// An awarded achievement together with its optional audio hash.
///
/// A record, not a message: it appears inside [`BloopAccepted`] and
/// [`PreloadMismatch`] payloads and therefore carries no opcode.
///
/// [`BloopAccepted`]: crate::message::BloopAccepted
/// [`PreloadMismatch`]: crate::message::PreloadMismatch