Separate VIP tools from CPU

This commit is contained in:
2025-02-23 22:48:30 -05:00
parent 6ab9d2ee53
commit 49343b6903
+1
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))