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

6 lines
99 B
JavaScript

/** @param {NS} ns */
export async function main(ns) {
while (true) {
await ns.share();
}
}