UNPKG
albion
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
NodeJS module to interact with the Albion Online API
github.com/emslay/albion
Alladeila/albion
albion
/
lib
/
structures
/
FameType.js
11 lines
(9 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
class
FameType
{
constructor
(total, royal, outlands, avalon) {
this
.total = total;
this
.royal = royal;
this
.outlands = outlands;
this
.avalon = avalon; } } module.exports = FameType;