macro_rules! comp_packet {
($($component_name:ident: $component_type:ident,)*) => { ... };
}Expand description
This macro defines [EcsCompPacke]
It is meant to be passed to the synced_components! macro which will call
it with a list of components.