mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
API: Add a way to get the list of all factions (#1457)
This commit is contained in:
@@ -26,6 +26,7 @@ import {
|
||||
ToastVariant,
|
||||
UniversityClassType,
|
||||
CompanyName,
|
||||
FactionName,
|
||||
type MessageFilename,
|
||||
} from "@enums";
|
||||
import { PromptEvent } from "./ui/React/PromptManager";
|
||||
@@ -124,6 +125,7 @@ export const enums: NSEnums = {
|
||||
ToastVariant,
|
||||
UniversityClassType,
|
||||
CompanyName,
|
||||
FactionName,
|
||||
CodingContractName,
|
||||
};
|
||||
for (const val of Object.values(enums)) Object.freeze(val);
|
||||
|
||||
Reference in New Issue
Block a user