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