mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Initial commit for converting workerScripts pool to Map data structure
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
*/
|
||||
import { WorkerScript } from "./WorkerScript";
|
||||
|
||||
export const workerScripts: WorkerScript[] = [];
|
||||
export const workerScripts: Map<number, WorkerScript> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user