mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
API: Renamed Division.type to Division.industry (#2079)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user