UNPKG

ggejs

Version:

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

6 lines 241 B
module.exports.name = "afa"; /** @param {Socket} socket */ module.exports.execute = function (socket) { const C2SAllianceGetFameVO = {getCmdId: "afa", params: {}} require('../data').sendCommandVO(socket, C2SAllianceGetFameVO); }