factor ou projectile components and systems

This commit is contained in:
nquidox 2026-04-19 22:18:40 +03:00
parent eeebdbd272
commit 67ddcb0c65
6 changed files with 426 additions and 293 deletions

View file

@ -25,6 +25,11 @@ mod components_cannon;
pub use components_cannon::*;
mod systems_cannon;
pub use systems_cannon::*;
mod systems_projectile;
pub use systems_projectile::*;
mod components_projectile;
pub use components_projectile::*;