/**
* Class representing a command.
* Can be used for CLI or GM Commands.
*
* @class
* @tutorial command
*/
function Command() {
}
module.exports = Command;
/**
* Class representing a command.
* Can be used for CLI or GM Commands.
*
* @class
* @tutorial command
*/
function Command() {
}
module.exports = Command;