UNPKG

ggejs

Version:

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

11 lines 301 B
module.exports.name = "bsd"; /** * @param {Socket} socket * @param {number} messageId */ module.exports.execute = function (socket, messageId) { const C2SSpyLogVO = { getCmdId: "bsd", params: {MID: messageId}, } require('../data').sendCommandVO(socket, C2SSpyLogVO); }