mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
3 lines
184 B
TypeScript
3 lines
184 B
TypeScript
export declare function iTutorialNextStep(): void;
|
|
export declare const ITutorial: {isRunning: boolean, currStep: number};
|
|
export declare const iTutorialSteps: {[key: string]: number}; |