UNPKG

ggejs

Version:

A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms

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