feat: upgrade needed ressources and fight for each quest

This commit is contained in:
2026-04-25 14:39:16 +02:00
parent de6550cee4
commit 0e577b8efd
13 changed files with 560 additions and 2 deletions

View File

@ -60,6 +60,8 @@ pub fn run() {
commands::get_resource_inventory,
commands::set_resource_quantity,
commands::open_image_viewer,
commands::get_cached_previews,
commands::fetch_guide_previews,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");