UNPKG

ggejs

Version:

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

11 lines 325 B
module.exports.name = "blm"; /** * @param {Socket} socket * @param {number} battleLogId */ module.exports.execute = function (socket, battleLogId) { const C2SBattleLogMiddleVO = { getCmdId: "blm", params: {LID: battleLogId}, } require('../data').sendCommandVO(socket, C2SBattleLogMiddleVO); }