mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
CORPORATION: Rename division.type to division.industry (#2152)
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user