mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
NETSCRIPT: More ns Proxy changes (#297)
This commit is contained in:
@@ -7,7 +7,7 @@ import { InternalAPI } from "../Netscript/APIWrapper";
|
||||
import { helpers } from "../Netscript/NetscriptHelpers";
|
||||
import { Terminal } from "../Terminal";
|
||||
|
||||
export interface INetscriptExtra {
|
||||
export type INetscriptExtra = {
|
||||
heart: {
|
||||
break(): number;
|
||||
};
|
||||
@@ -18,7 +18,7 @@ export interface INetscriptExtra {
|
||||
rainbow(guess: string): void;
|
||||
iKnowWhatImDoing(): void;
|
||||
printRaw(value: React.ReactNode): void;
|
||||
}
|
||||
};
|
||||
|
||||
export function NetscriptExtra(): InternalAPI<INetscriptExtra> {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user