feat(client): add remaining miscellaneous fields and methods

This commit is contained in:
2025-02-16 14:21:29 -05:00
parent 2e1736af25
commit 8e89f8e9ea
11 changed files with 292 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ async fn main() -> anyhow::Result<()> {
let username = globals.get::<String>("USERNAME")?;
globals.set("script_path", script_path)?;
scripting::logging::register(&lua, &globals)?;
scripting::register_functions(&lua, &globals)?;
let mut commands = CommandDispatcher::new();
register(&mut commands);