Add posibility to reset PathExecutor
This commit is contained in:
@@ -61,4 +61,9 @@ public class PathExecutor<T extends Movable> {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
iteration = 0;
|
||||
current = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user