mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Added font size to text editor
This commit is contained in:
4
src/NetscriptFunctions/INetscriptHelper.ts
Normal file
4
src/NetscriptFunctions/INetscriptHelper.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface INetscriptHelper {
|
||||
updateDynamicRam(functionName: string, ram: number): void;
|
||||
makeRuntimeErrorMsg(functionName: string, message: string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user