Created miner, made harvester pick resources and added reset commands.
This commit is contained in:
8
JobUpgrader.js
Normal file
8
JobUpgrader.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
begin(creep){
|
||||
},
|
||||
|
||||
tick(creep){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user