Macro veloren_common_net::msg::ecs_packet::comp_packet
source ยท 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.