feat(client): add menu field

This commit is contained in:
2025-02-23 17:19:26 -05:00
parent 543f0af741
commit 9b0f8ec406
4 changed files with 48 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ impl UserData for Client {
f.add_field_method_get("held_slot", container::held_slot);
f.add_field_method_get("hunger", state::hunger);
f.add_field_method_get("looking_at", movement::looking_at);
f.add_field_method_get("menu", container::menu);
f.add_field_method_get("pathfinder", movement::pathfinder);
f.add_field_method_get("position", movement::position);
f.add_field_method_get("score", state::score);