UNPKG

cr.js

Version:
10 lines (9 loc) 248 B
class Season { constructor(data) { this.number = data.seasonNumber; this.highest = data.seasonHighest; this.ending = data.seasonEnding; this.endGlobal = data.seasonEndGlobalRank; } } module.exports = Season;