mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
API: Add more enums to ns.enums (#2165)
This commit is contained in:
@@ -28,6 +28,10 @@ import {
|
||||
CompanyName,
|
||||
FactionName,
|
||||
type MessageFilename,
|
||||
PositionType,
|
||||
OrderType,
|
||||
BladeburnerActionType,
|
||||
SpecialBladeburnerActionTypeForSleeve,
|
||||
} from "@enums";
|
||||
import { PromptEvent } from "./ui/React/PromptManager";
|
||||
import { GetServer, DeleteServer, AddToAllServers, createUniqueRandomIp } from "./Server/AllServers";
|
||||
@@ -128,6 +132,10 @@ export const enums: NSEnums = {
|
||||
CompanyName,
|
||||
FactionName,
|
||||
CodingContractName,
|
||||
PositionType,
|
||||
OrderType,
|
||||
BladeburnerActionType,
|
||||
SpecialBladeburnerActionTypeForSleeve,
|
||||
};
|
||||
for (const val of Object.values(enums)) Object.freeze(val);
|
||||
Object.freeze(enums);
|
||||
|
||||
Reference in New Issue
Block a user