UNPKG

ggejs

Version:

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

7 lines (5 loc) 189 B
const ArmyAttackMovement = require("./ArmyAttackMovement"); class CollectorAttackMovement extends ArmyAttackMovement { distance = 50; } module.exports = CollectorAttackMovement;