From f32414d3771609bf42a56f6dc70b01739993d82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Tue, 13 Jan 2026 00:00:41 +0100 Subject: [PATCH] feat(lib.rs): add weapon module into lib.rs --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 77812b2..85c82de 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1 +1,2 @@ -pub mod character; \ No newline at end of file +pub mod character; +pub mod weapon; \ No newline at end of file