UNPKG

ggejs

Version:

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

9 lines (7 loc) 240 B
const ColossusEvent = require("./ColossusEvent"); class ColossusVanillaEvent extends ColossusEvent { get eventStarterDescTextId() { return "dialog_eventColossus_copytext"; } } module.exports = ColossusVanillaEvent;