MS
Size: a a a
MS
L
L
L
R
R
R
S
S
L
MS
L
R
R
R
async fn complex_command(???) {
unit.run_to(point).await?;
unit.attack(building).await?;
unit.run_to(base).await?;
}
L
MS
async fn complex_command(???) {
unit.run_to(point).await?;
unit.attack(building).await?;
unit.run_to(base).await?;
}
MS