todo: finish loader
This commit is contained in:
parent
a8300fc91d
commit
6c6e94c63e
1 changed files with 13 additions and 1 deletions
|
@ -31,7 +31,7 @@ class CommandHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unload (name) {
|
loadCategory () {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,6 +49,18 @@ class CommandHandler {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unload (name) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
unloadCategory () {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
unloadAll () {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class EventHandler {
|
class EventHandler {
|
||||||
|
|
Loading…
Reference in a new issue