enigma-bbs/core/plugin_module.js

8 lines
116 B
JavaScript
Raw Normal View History

/* jslint node: true */
'use strict';
exports.PluginModule = PluginModule;
function PluginModule(/*options*/) {
2017-06-11 00:29:00 +00:00
}