UNPKG

ggejs

Version:

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

7 lines 274 B
module.exports.name = "sne"; /** @param {Socket} socket */ module.exports.execute = function (socket) { socket['isWaitingForSNE'] = true; const C2SShowMessagesVO = {getCmdId: "sne", params: {}} require('../data').sendCommandVO(socket, C2SShowMessagesVO); }