mirror of
https://github.com/paradizelost/screeps.git
synced 2025-03-19 10:02:27 -05:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
let debug = {
|
|
run: function() {}
|
|
};
|
|
module.exports = debug; |