feat(dioxus): refactored to use more table lookups, ready to start on doubling up everythning

This commit is contained in:
2025-04-23 10:58:22 -06:00
parent 25238dea05
commit c286ebaa5f
7 changed files with 181 additions and 133 deletions

View File

@ -6,4 +6,4 @@ mod hero;
pub use hero::Hero;
mod techs;
pub use techs::{TechCat, TechDes};
pub use techs::TechCat;