Library fix

This commit is contained in:
Philipp
2024-10-06 22:31:45 +02:00
parent bc8f1a602e
commit c3f339e481
4 changed files with 11 additions and 6 deletions

5
Ramses/home/CorpStart.js Normal file
View File

@@ -0,0 +1,5 @@
/** @param {NS} ns */
export async function main(ns, newDivName) {
ns.corporation.expandIndustry("Agriculture",newDivName);
ns.run()
}