module.exports = { setup(){}, begin(spawn){ }, tick(spawn){ if(spawn.room.memory.jobs.harvesters) { if(spawn.createHarvester()); } } }