Files
bitburner-src/src/Locations/LocationTypeEnum.ts
T
2021-09-04 19:09:30 -04:00

16 lines
295 B
TypeScript

/**
* Enum defining the different types of possible locations
*/
export enum LocationType {
Company,
Gym,
Hospital,
Slums,
Special, // This location has special options/activities (e.g. Bladeburner, Re-sleeving)
StockMarket,
TechVendor,
TravelAgency,
University,
Casino,
}