macro_rules! define_game_bug {
(
$(#[$meta:meta])*
$vis:vis static $name:ident = ($slug:literal, $description:literal $(,)?);
) => { ... };
}Expand description
Declare a modeled live-game bug and register it with inventory.