Skip to content

Commit

Permalink
add entity_commands module and pub use statement for EntityCommandsRe…
Browse files Browse the repository at this point in the history
…flectExtension
  • Loading branch information
NoahShomette committed Jul 12, 2023
1 parent 61a59d0 commit 760bb6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_ecs/src/reflect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ use bevy_reflect::{impl_reflect_value, ReflectDeserialize, ReflectSerialize, Typ
mod component;
mod map_entities;
mod resource;
mod entity_commands;

pub use component::{ReflectComponent, ReflectComponentFns};
pub use entity_commands::EntityCommandsReflectExtension;
pub use map_entities::ReflectMapEntities;
pub use resource::{ReflectResource, ReflectResourceFns};

Expand Down

0 comments on commit 760bb6c

Please sign in to comment.