UNPKG

ggejs

Version:

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

11 lines 319 B
module.exports.name = "gdi"; /** * @param {Socket} socket * @param {number} playerId */ module.exports.execute = function (socket, playerId) { const C2SGetDetailPlayerInfo = { getCmdId: "gdi", params: {PID: playerId} } require('../data').sendCommandVO(socket, C2SGetDetailPlayerInfo); }