bitburner-src/src/Netscript/WorkerScriptStartStopEventEmitter.ts

7 lines
196 B
TypeScript
Raw Normal View History

/**
* Event emitter that triggers when scripts are started/stopped
*/
import { EventEmitter } from "../utils/EventEmitter";
export const WorkerScriptStartStopEventEmitter = new EventEmitter();