screep/init.js

15 lines
297 B
JavaScript
Raw Normal View History

2020-10-18 22:00:22 +08:00
module.exports = {
init(){
if(!Memory.Source){
Memory.Source=new Object();
Memory.Source.Energy=[];
// let sources = creep.room.find(FIND_SOURCES);
// for(let source in sources){
// }
}
}
}