UNPKG

ggejs

Version:

A powerful Node.js module for interacting with the server of Goodgame Empire & Goodgame Empire: Four Kingdoms

16 lines (15 loc) 374 B
class AllianceDonations { /** * @param {BaseClient} client * @param {Array} data */ constructor(client, data) { /** @type {number} */ this.coins = data[1]; /** @type {number} */ this.rubies = data[2]; /** @type {number} */ this.res = data[3]; }; } module.exports = AllianceDonations;