module.exports = { setup: function () { Creep.prototype = _Creep.prototype; } } class _Creep extends Creep { init() { } }