Basic setup new system.
This commit is contained in:
12
StructureSpawn.js
Normal file
12
StructureSpawn.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
setup(){},
|
||||
|
||||
begin(spawn){
|
||||
},
|
||||
|
||||
tick(spawn){
|
||||
if(spawn.room.memory.jobs.harvesters) {
|
||||
if(spawn.createHarvester());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user