feat(lib.rs): add weapon module into lib.rs

This commit is contained in:
2026-01-13 00:00:41 +01:00
parent 31f7e4a9ca
commit f32414d377

View File

@@ -1 +1,2 @@
pub mod character;
pub mod character;
pub mod weapon;