UNPKG

cr.js

Version:
10 lines (9 loc) 232 B
class Cycle { constructor(data) { this.pos = data.position; this.superMagical = data.superMagicalPos; this.legendary = data.legendaryPos; this.epic = data.epicPos; } } module.exports = Cycle;