Factions list screen converted to React.

This commit is contained in:
Olivier Gagnon
2021-08-15 16:20:10 -04:00
parent 5848fa53b7
commit b31b3dc735
4 changed files with 63 additions and 77 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface IPlayer {
corporation: any;
currentServer: string;
factions: string[];
factionInvitations: string[];
firstProgramAvailable: boolean;
firstTimeTraveled: boolean;
hacknetNodes: (HacknetNode | string)[]; // HacknetNode object or IP of Hacknet Server