feat: Added Inventory and Item components

- Moved input tests into nested module
- Added inventory tests
This commit is contained in:
Alexey 2026-03-06 16:41:17 +03:00
commit dab3134f15
4 changed files with 260 additions and 72 deletions

View file

@ -1,6 +1,7 @@
pub mod player;
pub mod layout;
pub mod input;
pub mod inventory;
#[cfg(test)]
mod tests;