Fix documentation for ns.sleeve (#227)

This commit is contained in:
Snarling
2022-11-24 08:19:51 -05:00
committed by GitHub
parent 6616f7ba15
commit e7fc0fbb03
30 changed files with 175 additions and 88 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ import { SleeveSupportWork } from "./Work/SleeveSupportWork";
import { SleeveBladeburnerWork } from "./Work/SleeveBladeburnerWork";
import { SleeveCrimeWork } from "./Work/SleeveCrimeWork";
import * as sleeveMethods from "./SleeveMethods";
import { Sleeve as ISleeve } from "../../ScriptEditor/NetscriptDefinitions";
import { SleevePerson } from "../../ScriptEditor/NetscriptDefinitions";
export class Sleeve extends Person implements ISleeve {
export class Sleeve extends Person implements SleevePerson {
currentWork: Work | null = null;
/** Clone retains 'memory' synchronization (and maybe exp?) upon prestige/installing Augs */