Almost done converting blade to react.

This commit is contained in:
Olivier Gagnon
2021-08-16 17:45:26 -04:00
parent cc8de58cff
commit 4865563f26
5 changed files with 661 additions and 612 deletions
+1
View File
@@ -43,6 +43,7 @@ export interface IPlayer {
homeComputer: string;
hp: number;
jobs: IMap<string>;
isWorking: boolean;
karma: number;
location: LocationName;
max_hp: number;