mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
ENUMS: Initial Enum Helper rework + Reorganization (#596)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { CorpIndustryData } from "@nsdefs";
|
||||
|
||||
import { createFullRecordFromEntries } from "../../Types/Record";
|
||||
import { IndustryType } from "./Enums";
|
||||
import { IndustryType } from "@enums";
|
||||
import { getBaseResearchTreeCopy, getProductIndustryResearchTreeCopy } from "./BaseResearchTree";
|
||||
|
||||
export const IndustriesData: Record<IndustryType, CorpIndustryData> = {
|
||||
|
||||
Reference in New Issue
Block a user