mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Player is now a Person
Use correct class inheritance, use class as type and remove IPlayer
This commit is contained in:
parent
bc2bdbe137
commit
0dbe80a841
@ -45,6 +45,7 @@ import { SleeveSupportWork } from "./Work/SleeveSupportWork";
|
||||
import { SleeveBladeburnerWork } from "./Work/SleeveBladeburnerWork";
|
||||
import { SleeveCrimeWork } from "./Work/SleeveCrimeWork";
|
||||
import * as sleeveMethods from "./SleeveMethods";
|
||||
import { mergeMultipliers } from "../Multipliers";
|
||||
|
||||
export class Sleeve extends Person {
|
||||
currentWork: Work | null = null;
|
||||
|
Loading…
Reference in New Issue
Block a user