mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-07 16:17:49 +02:00
Fix documentation for ns.sleeve (#227)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user