mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
API: Expose ProgramName enum (#2492)
This commit is contained in:
@@ -137,6 +137,7 @@ export const enums: NSEnums = {
|
||||
SpecialBladeburnerActionTypeForSleeve,
|
||||
FragmentType: FragmentTypeEnum,
|
||||
DarknetResponseCode: ResponseCodeEnum,
|
||||
ProgramName: CompletedProgramName,
|
||||
};
|
||||
for (const val of Object.values(enums)) Object.freeze(val);
|
||||
Object.freeze(enums);
|
||||
|
||||
Reference in New Issue
Block a user