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