lightyear_core 0.26.4

Core types shared by lightyear crates
Documentation
1
2
3
4
5
6
7
use bevy_ecs::component::Component;

#[derive(Component, Default)]
pub struct TestHelper {
    /// If True, we will drop the packets at the IO layer
    pub block_send: bool,
}