forked from nonsensical-dev/zenyx-engine
deprecate and remove zlua
This commit is contained in:
parent
ec42d4b6ee
commit
26221406f9
5 changed files with 4 additions and 129 deletions
|
@ -5,7 +5,6 @@ use crate::commands;
|
|||
pub mod commands;
|
||||
pub mod handler;
|
||||
pub mod input;
|
||||
pub mod zlua;
|
||||
|
||||
pub fn setup() {
|
||||
commands!(
|
||||
|
@ -14,7 +13,6 @@ pub fn setup() {
|
|||
ClearCommand,
|
||||
ExitCommand,
|
||||
CounterCommand,
|
||||
PanicCommmand,
|
||||
zlua::ZLua
|
||||
PanicCommmand
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue