UNPKG

ggejs

Version:

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

11 lines (10 loc) 259 B
const {execute: startTax} = require('../../commands/startTax'); module.exports.name = "txc"; /** * @param {Socket} socket * @param {number} _ * @param {Object} __ */ module.exports.execute = function (socket, _, __) { startTax(socket, 0); }