mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
STANEK: Add FragmentType to NS Enums (#2341)
This commit is contained in:
@@ -117,6 +117,7 @@ import { isIPAddress } from "./Types/strings";
|
||||
import { compile } from "./NetscriptJSEvaluator";
|
||||
import { Script } from "./Script/Script";
|
||||
import { NetscriptFormat } from "./NetscriptFunctions/Format";
|
||||
import { FragmentTypeEnum } from "./CotMG/FragmentType";
|
||||
|
||||
export const enums: NSEnums = {
|
||||
CityName,
|
||||
@@ -135,6 +136,7 @@ export const enums: NSEnums = {
|
||||
OrderType,
|
||||
BladeburnerActionType,
|
||||
SpecialBladeburnerActionTypeForSleeve,
|
||||
FragmentType: FragmentTypeEnum,
|
||||
};
|
||||
for (const val of Object.values(enums)) Object.freeze(val);
|
||||
Object.freeze(enums);
|
||||
|
||||
Reference in New Issue
Block a user