Open theis999 opened 1 year ago
Currently it is not possible to add no-order to walk steps.
My implementation idea is to have 2 list of no-order steps. One for steps that can be executed with DoStep() and one for those that can't.
The code for walking is fairly complicated and intertwined in the other step execution code. So this is likely not trivial.
Currently it is not possible to add no-order to walk steps.
My implementation idea is to have 2 list of no-order steps. One for steps that can be executed with DoStep() and one for those that can't.
The code for walking is fairly complicated and intertwined in the other step execution code. So this is likely not trivial.