macro_rules! static_methods { [$( $($mod:ident)* $name:literal => $ty:ident::$id:ident),*$(,)?] => { ... }; }
Define a list of static methods to register with the game. Usually used in conjuction with exports!.
exports!