UNPKG

ggejs

Version:

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

5 lines 187 B
module.exports.name = "apiOK"; /** @param {Socket} socket */ module.exports.execute = function (socket) { require('../../connection.js').onConnection(socket, {"success": true}); }