mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
Step 1 of moving singularity functions
This commit is contained in:
parent
1789e1b745
commit
a6e256ad5a
@ -486,6 +486,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
const base: INS = {
|
||||
...singularity,
|
||||
|
||||
singularity: singularity,
|
||||
gang: gang,
|
||||
bladeburner: bladeburner,
|
||||
codingcontract: codingcontract,
|
||||
|
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4324,6 +4324,12 @@ export interface NS extends Singularity {
|
||||
*/
|
||||
readonly ui: UserInterface;
|
||||
|
||||
/**
|
||||
* Namespace for singularity functions.
|
||||
* RAM cost: 0 GB
|
||||
*/
|
||||
readonly singularity: Singularity;
|
||||
|
||||
/**
|
||||
* Namespace for grafting functions.
|
||||
* @remarks
|
||||
|
Loading…
Reference in New Issue
Block a user