Function de_combat::trail::local_laser_trail

source ·
fn local_laser_trail(
    config: Res<'_, GameConfig>,
    in_events: EventReader<'_, '_, LocalLaserTrailEvent>,
    out_events: EventWriter<'_, LaserTrailEvent>,
    net_events: EventWriter<'_, ToPlayersEvent>
)