mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
668 B
668 B
Home > bitburner > Corporation > expandCity
Corporation.expandCity() method
Expand to a new city
Signature:
expandCity(divisionName: string, city: CityName | `${CityName}`): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
city | CityName | `${CityName}` | Name of the city |
Returns:
void