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
JavaScript
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);
}