CORPORATION: Expose valuation via ns.corporation.getCorporation() (#1765)

This commit is contained in:
catloversg
2024-11-11 07:32:25 +07:00
committed by GitHub
parent daec7482fa
commit e825492319
4 changed files with 17 additions and 0 deletions

View File

@@ -9172,6 +9172,8 @@ interface CorporationInfo {
prevState: CorpStateName;
/** Array of all division names */
divisions: string[];
/** Corporation valuation */
valuation: number;
}
/**