mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7 lines
161 B
Rust
7 lines
161 B
Rust
// External
|
|
use specs::{World as EcsWorld, Builder};
|
|
|
|
pub fn register_local_components(ecs_world: &mut EcsWorld) {
|
|
// TODO: Register local components here
|
|
}
|