7fcf87379e
Passes a dependency map, makes it easier to add dependencies later
6 linhas
103 B
JavaScript
6 linhas
103 B
JavaScript
function hud(name, deps) {
|
|
// Nothing special on the backend for now
|
|
};
|
|
|
|
module.exports = hud;
|