bevy/crates/bevy_hierarchy/src
ira c37939d322 Make Children constructor pub(crate). (#5532)
#4197 intended to remove all `pub` constructors of `Children` and `Parent` and it seems like this one was missed.

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-08-05 03:49:12 +00:00
..
components Make Children constructor pub(crate). (#5532) 2022-08-05 03:49:12 +00:00
child_builder.rs Make Children constructor pub(crate). (#5532) 2022-08-05 03:49:12 +00:00
events.rs Hierarchy commandization (#4197) 2022-07-10 20:29:06 +00:00
hierarchy.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
lib.rs Hierarchy commandization (#4197) 2022-07-10 20:29:06 +00:00