mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
Sleeve work type changes (#412)
This commit is contained in:
@@ -17,11 +17,12 @@ interface ClassWorkParams {
|
||||
}
|
||||
|
||||
export class SleeveClassWork extends Work {
|
||||
type: WorkType.CLASS = WorkType.CLASS;
|
||||
classType: ClassType;
|
||||
location: LocationName;
|
||||
|
||||
constructor(params?: ClassWorkParams) {
|
||||
super(WorkType.CLASS);
|
||||
super();
|
||||
this.classType = params?.classType ?? UniversityClassType.computerScience;
|
||||
this.location = params?.location ?? LocationName.Sector12RothmanUniversity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user