mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
MISC: Add ns.enums to AutocompleteData (#1389)
This commit is contained in:
+1
@@ -8770,6 +8770,7 @@ interface AutocompleteData {
|
||||
servers: string[];
|
||||
scripts: string[];
|
||||
txts: string[];
|
||||
enums: NSEnums;
|
||||
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user