mirror of
https://github.com/paradizelost/screeps.git
synced 2024-11-25 02:14:44 -06:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
let debug = {
|
|
run: function() {}
|
|
};
|
|
module.exports = debug; |