feat(technology): finished technology cards and categories, todo improve using const and lookup table
This commit is contained in:
@ -4,3 +4,6 @@
|
||||
|
||||
mod hero;
|
||||
pub use hero::Hero;
|
||||
|
||||
mod techs;
|
||||
pub use techs::{TechCat, TechDes};
|
||||
|
Reference in New Issue
Block a user