macro_rules! entity_component {
($struct_id:ident: default) => { ... };
($struct_id:ident: $codec_struct_id:ident) => { ... };
}
macro_rules! entity_component {
($struct_id:ident: default) => { ... };
($struct_id:ident: $codec_struct_id:ident) => { ... };
}