UNPKG

ggejs

Version:

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

8 lines 247 B
module.exports.name = "slc"; /** @param {Socket} socket */ module.exports.execute = function (socket) { const C2SCollectTaxVO = { getCmdId: "slc", params: {} } require('../data').sendCommandVO(socket, C2SCollectTaxVO); }