Files
screeps/_commandHandler.js
Gebruiker ef9159260b Chanded some filenames
Removed automatic path placement.
Started command section.
2022-10-23 01:19:58 +02:00

12 lines
211 B
JavaScript

module.exports = {
// Gets called when recompiling and when Restart command is called.
start: function () {
global.ClearConstructions = clearConstructions;
}
}
function clearConstructions(){
}