5 lines
No EOL
72 B
Rust
5 lines
No EOL
72 B
Rust
mod entity;
|
|
mod player;
|
|
|
|
pub use entity::Entity;
|
|
pub use player::Player; |