Interface PeopleKilledRequirement

Player must have killed at least this many people.

interface PeopleKilledRequirement {
    numPeopleKilled: number;
    type: "numPeopleKilled";
}

Properties

numPeopleKilled: number
type: "numPeopleKilled"