UNPKG

ggejs

Version:

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

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