UNPKG

ggejs

Version:

A powerful Node.js module for interacting with the server of Goodgame Empire & Goodgame Empire: Four Kingdoms

11 lines (10 loc) 329 B
const CastleBuildingStorage = require("../../structures/CastleBuildingStorage"); module.exports.name = "sin"; /** * @param {BaseClient} client * @param {number} errorCode * @param {[]} params */ module.exports.execute = function (client, errorCode, params) { return new CastleBuildingStorage(client, params); }