UNPKG

ggejs

Version:

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

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