feat(technology): finished technology cards and categories, todo improve using const and lookup table

This commit is contained in:
2025-04-22 10:04:27 -06:00
parent 9e5563376b
commit 467edd5e54
4 changed files with 151 additions and 0 deletions

View File

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