A model for PlayerStat data

Hierarchy

  • PlayerStat

Properties

deathCount: number

The death count of this Player in this Game

game: Game

The Game this PlayerStat is for

id: number

The unique ID for this PlayerStat

killCount: number

The kill count of this Player in this Game

player: Player

The Player this PlayerStat is for

totalPlayTime: number

The total play time of this Player in this Game

totalScore: number

The total score of this Player in this Game

totalSessions: number

The number of session for this Player in this Game

Generated using TypeDoc