ggejs
Version:
A powerful Node.js module for interacting with the server of Goodgame Empire & Goodgame Empire: Four Kingdoms
10 lines • 330 B
JavaScript
module.exports.name = "gkl";
/**
* @param {BaseClient} client
* @param {number} errorCode
* @param {Object} params
*/
module.exports.execute = function (client, errorCode, params) {
if (!params) return;
//client.clientUserData._userData.castleList.kingstowers = castleListParser.parseKingsTowerList(params);
}