@wfcd/profile-parser
    Preparing search index...

    Interface RawPvp

    interface RawPvp {
        suitDeaths?: number;
        suitKills?: number;
        type: string;
        weaponKills?: number;
    }
    Index

    Properties

    suitDeaths?: number
    suitKills?: number
    type: string
    weaponKills?: number