screeps/flag.debug.js
2020-11-09 19:31:39 -06:00

4 lines
63 B
JavaScript

let debug = {
run: function() {}
};
module.exports = debug;