mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
REFACTOR: Mitigate cyclic dependency between Jsonable classes (#1792)
This commit is contained in:
@@ -22,7 +22,7 @@ import { HashManager } from "../../Hacknet/HashManager";
|
||||
import { type MoneySource, MoneySourceTracker } from "../../utils/MoneySourceTracker";
|
||||
import { constructorsForReviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from "../../utils/JSONReviver";
|
||||
import { JSONMap, JSONSet } from "../../Types/Jsonable";
|
||||
import { cyrb53 } from "../../utils/StringHelperFunctions";
|
||||
import { cyrb53 } from "../../utils/HashUtils";
|
||||
import { getRandomIntInclusive } from "../../utils/helpers/getRandomIntInclusive";
|
||||
import { CONSTANTS } from "../../Constants";
|
||||
import { Person } from "../Person";
|
||||
|
||||
Reference in New Issue
Block a user