mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
536 B
536 B
Home > bitburner > SleeveClassTask
SleeveClassTask type
Signature:
type SleeveClassTask = {
type: "CLASS";
classType: UniversityClassType | GymType;
location: LocationName;
};
References: UniversityClassType, GymType, LocationName