API: Add more enums to ns.enums (#2165)

This commit is contained in:
catloversg
2025-05-30 17:37:59 +07:00
committed by GitHub
parent ca9aa5f0a1
commit 296295b490
3 changed files with 17 additions and 1 deletions

View File

@@ -8754,6 +8754,10 @@ type NSEnums = {
CompanyName: CompanyNameEnumType;
FactionName: FactionNameEnumType;
CodingContractName: CodingContractNameEnumType;
PositionType: PositionEnumType;
OrderType: OrderEnumType;
BladeburnerActionType: BladeburnerActionEnumType;
SpecialBladeburnerActionTypeForSleeve: SpecialBladeburnerActionEnumTypeForSleeve;
};
/**