This commit is contained in:
Olivier Gagnon
2021-12-03 16:14:13 -05:00
parent ceb008c9fe
commit 3c27893aa3
49 changed files with 1983 additions and 149 deletions

View File

@@ -3346,6 +3346,9 @@ export interface Formulas {
hacknetServers: HacknetServersFormulas;
}
/**
* @public
*/
export interface Fragment {
id: number;
shape: boolean[][];
@@ -3354,6 +3357,9 @@ export interface Fragment {
limit: number;
}
/**
* @public
*/
export interface ActiveFragment {
id: number;
avgCharge: number;
@@ -3516,7 +3522,7 @@ export interface NS extends Singularity {
readonly formulas: Formulas;
/**
* Namespace for stanek functions.
* @ramCost 0 GB
* RAM cost: 0 GB
*/
readonly stanek: Stanek;