mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
hotfix the tutorial
This commit is contained in:
3
src/InteractiveTutorial.d.ts
vendored
Normal file
3
src/InteractiveTutorial.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare function iTutorialNextStep(): void;
|
||||
export declare const ITutorial: {isRunning: boolean, currStep: number};
|
||||
export declare const iTutorialSteps: {[key: string]: number};
|
||||
Reference in New Issue
Block a user