todo: finish loader

This commit is contained in:
Emily 2020-10-06 18:50:18 +11:00
parent a8300fc91d
commit 6c6e94c63e
1 changed files with 13 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class CommandHandler {
}
}
unload (name) {
loadCategory () {
}
@ -49,6 +49,18 @@ class CommandHandler {
});
});
}
unload (name) {
}
unloadCategory () {
}
unloadAll () {
}
}
class EventHandler {