API: Add a way to get the list of all factions (#1457)

This commit is contained in:
catloversg
2025-01-29 01:40:11 +07:00
committed by GitHub
parent ffae0045a4
commit 2965f51879
16 changed files with 295 additions and 14 deletions
+2
View File
@@ -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);