mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01: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 };
|