CORPORATION: Rename division.type to division.industry (#2152)

This commit is contained in:
catloversg
2025-05-28 18:47:26 +07:00
committed by GitHub
parent e31b174137
commit 9824166dbf
11 changed files with 61 additions and 45 deletions

View File

@@ -10000,8 +10000,8 @@ export interface Office {
interface Division {
/** Name of the division */
name: string;
/** Type of division, like Agriculture */
type: CorpIndustryName;
/** Industry of division, like Agriculture */
industry: CorpIndustryName;
/** Awareness of the division */
awareness: number;
/** Popularity of the division */