Init
This commit is contained in:
commit
a68b8bc000
13 changed files with 370 additions and 0 deletions
5
src/entities/mod.rs
Normal file
5
src/entities/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod entity;
|
||||
mod player;
|
||||
|
||||
pub use entity::Entity;
|
||||
pub use player::Player;
|
Loading…
Add table
Add a link
Reference in a new issue