mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
lint
This commit is contained in:
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -1006,10 +1006,8 @@ export interface SleeveSkills {
|
||||
export interface SleeveInformation {
|
||||
/** Location of the sleeve */
|
||||
city: string;
|
||||
/** Current hp of the sleeve */
|
||||
hp: number;
|
||||
/** Max hp of the sleeve */
|
||||
maxHp: number;
|
||||
/** hp of the sleeve */
|
||||
hp: HP;
|
||||
/** Jobs available to the sleeve */
|
||||
jobs: string[];
|
||||
/** Job titles available to the sleeve */
|
||||
|
||||
Reference in New Issue
Block a user