mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-17 04:50:10 +02:00
Initial commit for Location Code refactor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Enum defining the different types of possible locations
|
||||
*/
|
||||
export enum LocationType {
|
||||
CityHall,
|
||||
Company,
|
||||
Gym,
|
||||
Hospital,
|
||||
Slums,
|
||||
StockMarket,
|
||||
TechVendor,
|
||||
TravelAgency,
|
||||
University,
|
||||
}
|
||||
Reference in New Issue
Block a user