Macro mc_core::entity_component[][src]

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