screeps/flag.debug.js

4 lines
63 B
JavaScript
Raw Normal View History

2020-11-09 19:31:39 -06:00
let debug = {
run: function() {}
};
module.exports = debug;