UNPKG

ggejs

Version:

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

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