Improved harvester behaviour, reworked the job register system and added auto roadbuilding.
This commit is contained in:
17
Structure.js
17
Structure.js
@@ -1,17 +0,0 @@
|
||||
const StructureSpawn = require("StructureSpawn")
|
||||
|
||||
module.exports = {
|
||||
setup(){},
|
||||
|
||||
begin(structure){
|
||||
switch (structure.structureType) {
|
||||
case STRUCTURE_SPAWN: StructureSpawn.begin(structure); break;
|
||||
}
|
||||
},
|
||||
|
||||
tick(structure){
|
||||
switch (structure.structureType) {
|
||||
case STRUCTURE_SPAWN: StructureSpawn.tick(structure); break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user