This commit is contained in:
2024-10-07 00:14:19 +02:00
parent 6c16ab7d48
commit 498492dd0b
7 changed files with 14 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { getCracks, scanServerList, findBestTarget, crackingAndRooting, copyAndRunScript, purchaseAndUpgradeServers } from "/RamsesUtils.js";
import { getCracks, scanServerList, findBestTarget, crackingAndRooting, copyAndRunScript, purchaseAndUpgradeServers } from "/Library.js";
/** @param {NS} ns */
export async function main(ns) {
await purchaseAndUpgradeServers(ns);