allbuild commit e6d14eff

This commit is contained in:
Olivier Gagnon
2022-07-26 15:30:12 -04:00
parent e6d14eff68
commit 3e4f26ac0a
17 changed files with 230 additions and 44 deletions
+4
View File
@@ -1278,5 +1278,9 @@ export function NetscriptSingularity(player: IPlayer, workerScript: WorkerScript
runAfterReset(callbackScript);
}, 0);
},
getCurrentWork: () => (): any | null => {
if (!player.currentWork) return null;
return player.currentWork.APICopy();
},
};
}