cumsystem
Version:
simple command system and command handler
9 lines (8 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Command_1 = require("./classes/Command");
exports.Command = Command_1.Command;
var SimpleCommand_1 = require("./classes/SimpleCommand");
exports.SimpleCommand = SimpleCommand_1.SimpleCommand;
var System_1 = require("./classes/System");
exports.System = System_1.System;