Very slightly adjust router.toFaction

- Faction argument is now required
- Added augPage argument
This commit is contained in:
nickofolas
2022-03-10 18:37:57 -06:00
parent 668e43c5de
commit e39817cb57
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export interface IRouter {
toCorporation(): void;
toCreateProgram(): void;
toDevMenu(): void;
toFaction(faction?: Faction): void; // faction name
toFaction(faction: Faction, augPage?: boolean): void; // faction name
toFactions(): void;
toGameOptions(): void;
toGang(): void;