Add tests for autocomplete

This commit is contained in:
David Edmondson
2021-08-26 20:22:24 -07:00
parent b621359a9e
commit ed035a2e89
2 changed files with 238 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ export interface IPlayer {
homeComputer: string;
hp: number;
jobs: IMap<string>;
init: () => void;
isWorking: boolean;
karma: number;
location: LocationName;