Merge pull request #3104 from MartinFournier/fix/bladeburner-early-routing

Attempt to fix `bladeburner.process()` early routing issue
This commit is contained in:
hydroflame
2022-03-10 22:10:06 -05:00
committed by GitHub
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ export interface IRouter {
// toMission(): void;
// toRedPill(): void;
// toworkInProgress(): void;
isInitialized: boolean;
page(): Page;
allowRouting(value: boolean): void;
toActiveScripts(): void;