Function de_combat::attack::charge

source ·
fn charge(
    time: Res<'_, Time>,
    cannons: Query<'_, '_, (&mut LaserCannon, Option<&Attacking>)>
)