UNPKG

ggejs

Version:

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

10 lines 251 B
module.exports.name = "csl"; /** * @param {BaseClient} client * @param {number} errorCode * @param {{SL:number}} params */ module.exports.execute = function (client, errorCode, params) { if (!params) return -1; return params.SL; }