UNPKG

ggejs

Version:

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

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