mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
parent
b724a0f586
commit
4b6238d35a
2 changed files with 1 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
mod entity_ref;
|
||||
mod pointer;
|
||||
mod spawn_batch;
|
||||
mod world_cell;
|
||||
|
||||
pub use crate::change_detection::Mut;
|
||||
pub use entity_ref::*;
|
||||
pub use pointer::*;
|
||||
pub use spawn_batch::*;
|
||||
pub use world_cell::*;
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pub use crate::change_detection::Mut;
|
Loading…
Reference in a new issue