Add numPeopleKilled to getPlayer return

This commit is contained in:
David Edmondson
2021-09-04 14:51:09 -07:00
parent 2d322e7a6a
commit 2914bbb789
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ export interface IPlayer {
init: () => void;
isWorking: boolean;
karma: number;
numPeopleKilled: number;
location: LocationName;
max_hp: number;
money: any;