mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
NETSCRIPT: A minorly breaking change around script launch, and refactoring. (#1213)
This commit is contained in:
@@ -12,7 +12,7 @@ import type { NSFull } from "../NetscriptFunctions";
|
||||
import type { ScriptFilePath } from "../Paths/ScriptFilePath";
|
||||
import type { RunningScript } from "../Script/RunningScript";
|
||||
import type { Script } from "../Script/Script";
|
||||
import type { ScriptArg } from "./ScriptArg";
|
||||
import type { ScriptArg } from "@nsdefs";
|
||||
import type { ScriptDeath } from "./ScriptDeath";
|
||||
|
||||
import { Environment } from "./Environment";
|
||||
|
||||
Reference in New Issue
Block a user