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