Initial commit for Location Code refactor

This commit is contained in:
danielyxie
2019-03-27 01:31:47 -07:00
parent b4057fcb26
commit 75bc34208c
13 changed files with 541 additions and 117 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* Enum defining the different types of possible locations
*/
export enum LocationType {
CityHall,
Company,
Gym,
Hospital,
Slums,
StockMarket,
TechVendor,
TravelAgency,
University,
}