UNPKG

ggejs

Version:

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

11 lines (10 loc) 330 B
const CastleProductionData = require("../../structures/CastleProductionData"); module.exports.name = "gpa"; /** * @param {BaseClient} client * @param {number} errorCode * @param {Object} params */ module.exports.execute = function (client, errorCode, params) { return new CastleProductionData(client, params); }