mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
Finished location code refactor. Has not yet been tested
This commit is contained in:
Vendored
+2
-2
@@ -1,2 +1,2 @@
|
||||
export function dialogBoxCreate(txt: string, preformatted: boolean): void;
|
||||
export var dialogBoxOpened: boolean;
|
||||
export function dialogBoxCreate(txt: string, preformatted?: boolean): void;
|
||||
export var dialogBoxOpened: boolean;
|
||||
|
||||
Reference in New Issue
Block a user