API: Renamed Division.type to Division.industry (#2079)

This commit is contained in:
whiskeyfur
2025-05-17 22:31:25 -07:00
committed by GitHub
parent 209a9c368b
commit 7a3c18fcf2
11 changed files with 49 additions and 41 deletions

View File

@@ -10109,7 +10109,7 @@ interface Division {
/** Name of the division */
name: string;
/** Type of division, like Agriculture */
type: CorpIndustryName;
industry: CorpIndustryName;
/** Awareness of the division */
awareness: number;
/** Popularity of the division */