cannon components and systems

This commit is contained in:
nquidox 2026-04-18 00:40:45 +03:00
parent 71f6b549b7
commit 30412844b8
5 changed files with 253 additions and 2 deletions

View file

@ -21,5 +21,10 @@ pub use constants::*;
mod ui;
pub use ui::*;
mod components_cannon;
pub use components_cannon::*;
mod systems_cannon;
pub use systems_cannon::*;