mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 05:47:14 +02:00
NETSCRIPT: More ns Proxy changes (#297)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { NSFull } from "../NetscriptFunctions";
|
||||
import { ExternalAPI } from "./APIWrapper";
|
||||
|
||||
/**
|
||||
* The environment in which a script runs. The environment holds
|
||||
@@ -14,5 +13,5 @@ export class Environment {
|
||||
runningFn = "";
|
||||
|
||||
/** Environment variables (currently only Netscript functions) */
|
||||
vars: ExternalAPI<NSFull> | null = null;
|
||||
vars: NSFull | null = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user