Merge pull request #3570 from DavidGrinberg/dev

CORPORATIONS: Expose makeProducts on NSDivision interface
This commit is contained in:
hydroflame
2022-05-04 12:01:33 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -7222,6 +7222,8 @@ interface Division {
cities: string[];
/** Products developed by this division */
products: string[];
/** Whether the industry this division is in is capable of making products */
makesProducts: boolean;
}
/**