Chanded some filenames
Removed automatic path placement. Started command section.
This commit is contained in:
11
_commandHandler.js
Normal file
11
_commandHandler.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
// Gets called when recompiling and when Restart command is called.
|
||||
start: function () {
|
||||
global.ClearConstructions = clearConstructions;
|
||||
}
|
||||
}
|
||||
|
||||
function clearConstructions(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user