Skip to main content

with_random_level

Macro with_random_level 

Source
macro_rules! with_random_level {
    ($building:ident) => { ... };
    ($building:ident, $max:expr) => { ... };
    ($building:ident, $min:expr, $max:expr) => { ... };
}
Expand description

Creates a building with a random level.