Finished location code refactor. Has not yet been tested

This commit is contained in:
danielyxie
2019-04-01 02:23:25 -07:00
parent 3f8b9e4a32
commit 4b95ba9ed1
46 changed files with 2100 additions and 3083 deletions
+1 -6
View File
@@ -28,11 +28,6 @@ export enum Page {
*/
HacknetNodes = "HacknetNodes",
/**
* View the city the player is currently in.
*/
World = "World",
/**
* The list of programs the player could potentially build.
*/
@@ -64,7 +59,7 @@ export enum Page {
DevMenu = "Dev Menu",
/**
* Information about the specific location the player at (job, company, etc.);
* Visiting a location in the world
*/
Location = "Location",