Include all the state objects

This commit is contained in:
Dan Shaw
2024-05-13 17:30:16 -07:00
parent 10cbfddc41
commit 779b7038dd

View File

@ -25,13 +25,14 @@
}, },
"pool": "", "pool": "",
"client_state": { "client_state": {
"engine_command_manager": {},
"kcl_manager": {}, "kcl_manager": {},
"scene_infra": {}, "scene_infra": {},
"engine_command_manager": {},
"modeling_machine": {},
"settings_machine": {},
"auth_machine": {}, "auth_machine": {},
"command_bar_machine": {},
"file_machine": {},
"home_machine": {}, "home_machine": {},
"command_bar_machine": {} "modeling_machine": {},
"settings_machine": {}
} }
} }