Files
A_Bitburner_Saga/local/path/home/Ramses-grow.js
2024-10-05 18:47:44 +02:00

5 lines
112 B
JavaScript

/** @param {NS} ns */
export async function main(ns) {
const sServer = ns.args[0];
await ns.grow(sServer);
}