Files
The_Bitburner_Scripts/Ramses/home/factionboost.js
Philipp c70d328e61 sync 1
2024-10-06 12:42:37 +02:00

6 lines
99 B
JavaScript

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