mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
Add numPeopleKilled to getPlayer return
This commit is contained in:
@@ -47,6 +47,7 @@ export interface IPlayer {
|
||||
init: () => void;
|
||||
isWorking: boolean;
|
||||
karma: number;
|
||||
numPeopleKilled: number;
|
||||
location: LocationName;
|
||||
max_hp: number;
|
||||
money: any;
|
||||
|
||||
Reference in New Issue
Block a user