refactor: utils -> system
This commit is contained in:
parent
9b9ccfd2b9
commit
aaad1fe78a
@ -5,7 +5,7 @@ pub mod direction;
|
||||
pub mod events;
|
||||
pub mod logging;
|
||||
pub mod player;
|
||||
pub mod utils;
|
||||
pub mod system;
|
||||
pub mod vec3;
|
||||
|
||||
use mlua::{Lua, Table};
|
||||
@ -32,7 +32,7 @@ pub fn register_functions(lua: &Lua, globals: &Table) -> mlua::Result<()> {
|
||||
|
||||
block::register_functions(lua, globals)?;
|
||||
logging::register_functions(lua, globals)?;
|
||||
utils::register_functions(lua, globals)
|
||||
system::register_functions(lua, globals)
|
||||
}
|
||||
|
||||
pub fn reload(lua: &Lua, sender: Option<String>) -> Result<(), Error> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user