Chanded some filenames

Removed automatic path placement.
Started command section.
This commit is contained in:
Gebruiker
2022-10-23 01:19:58 +02:00
parent 1806935c50
commit ef9159260b
9 changed files with 67 additions and 176 deletions

11
_commandHandler.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
// Gets called when recompiling and when Restart command is called.
start: function () {
global.ClearConstructions = clearConstructions;
}
}
function clearConstructions(){
}