This commit is contained in:
Olivier Gagnon
2021-10-03 20:34:36 -04:00
368 changed files with 9561 additions and 23690 deletions
-2
View File
@@ -33,7 +33,6 @@ export enum Page {
Work,
BladeburnerCinematic,
Location,
HackingMission,
Loading,
StaneksGift,
}
@@ -75,6 +74,5 @@ export interface IRouter {
toWork(): void;
toBladeburnerCinematic(): void;
toLocation(location: Location): void;
toHackingMission(faction: Faction): void;
toStaneksGift(): void;
}