Function attack

Source
async fn attack(
    fight: &mut Fight,
    attacks: &mut Attack,
    late_movements: &mut Movement,
    pfx: &Prefix,
)