Open FiddlerNeb opened 1 year ago
Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export
it also uses depricated screeps syntax, such as "createCreep" which has since been replaced with "spawnCreep"
Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export