UNPKG

albion

Version:

NodeJS module to interact with the Albion Online API

11 lines (9 loc) 223 B
class FameType { constructor(total, royal, outlands, avalon) { this.total = total; this.royal = royal; this.outlands = outlands; this.avalon = avalon; } } module.exports = FameType;