VIP inspection tooling #4

Merged
SonicSwordcane merged 34 commits from vram into main 2025-02-24 04:01:18 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 49343b6903 - Show all commits

View File

@ -132,6 +132,7 @@ impl GameWindow {
.unwrap();
ui.close_menu();
}
ui.separator();
if ui.button("Character Data").clicked() {
self.proxy
.send_event(UserEvent::OpenCharacterData(self.sim_id))