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