UNPKG

ggejs

Version:

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

14 lines 427 B
module.exports.name = "opt"; /** * @param {BaseClient} client * @param {number} errorCode * @param {{SVF: number, OFF:number, CC2T:number}} params */ module.exports.execute = function (client, errorCode, params) { if (!params) return; client.clientUserData.showVIPFlagOption = params.SVF === 1 /* vipFlagChangedSignal.dispatch(); rubyPayConfirmData.rubyLimit = paramObj["CC2T"]; */ }