macro_rules! entities {
($global_vis:vis $static_id:ident $namespace:literal [
$($entity_id:ident $entity_name:literal [$($component_struct:ident),*]),*
$(,)?
]) => { ... };
}
macro_rules! entities {
($global_vis:vis $static_id:ident $namespace:literal [
$($entity_id:ident $entity_name:literal [$($component_struct:ident),*]),*
$(,)?
]) => { ... };
}