factor ou projectile components and systems
This commit is contained in:
parent
eeebdbd272
commit
67ddcb0c65
6 changed files with 426 additions and 293 deletions
|
|
@ -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::*;
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue