UNPKG

ggejs

Version:

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

11 lines (9 loc) 394 B
const HeroBoosterShop = require("./HeroBoosterShop"); const Good = require("../Good"); class CastlePersonalGloryBoostShop extends HeroBoosterShop { /** @param {Client} client*/ constructor(client) { super(client, "titleID", "shortInfoTextID", "buyQuestionTextID", new Good(client, ["C2", 0]), "heroName", 18, 1); } } module.exports = CastlePersonalGloryBoostShop