refactor: reorganize systems properly, move events to events.rs

This commit is contained in:
2025-08-15 09:48:16 -05:00
parent 2c65048fb0
commit b9bae99a4c
8 changed files with 27 additions and 30 deletions

View File

@@ -4,6 +4,7 @@
//! and resources.
pub mod components;
pub mod interact;
pub mod control;
pub mod input;
pub mod movement;
pub mod render;