UNPKG

ggejs

Version:

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

9 lines (7 loc) 198 B
const GachaEvent = require("./GachaEvent"); class DistrictGachaEvent extends GachaEvent { get webShopTabId() { return "cashoffers"; } } module.exports = DistrictGachaEvent;