Replace serverList
This commit is contained in:
6
Ramses/home/servertest.js
Normal file
6
Ramses/home/servertest.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { findBestTarget, scanServerList } from "/Library.js";
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
scanServerList(ns);
|
||||
findBestTarget(ns)
|
||||
}
|
||||
Reference in New Issue
Block a user