Replace serverList

This commit is contained in:
Philipp
2024-10-13 13:02:22 +02:00
parent 7d0a0dc2b8
commit 5d9f31339b
4 changed files with 48 additions and 41 deletions

View File

@@ -0,0 +1,6 @@
import { findBestTarget, scanServerList } from "/Library.js";
/** @param {NS} ns */
export async function main(ns) {
scanServerList(ns);
findBestTarget(ns)
}