Add the Has world query to bevy_ecs::prelude (#9204)
# Objective Addresses #9196 by adding query::Has to the bevy_ecs::prelude.
This commit is contained in:
parent
6f8089d35c
commit
fd35e582dc
@ -37,7 +37,7 @@ pub mod prelude {
|
|||||||
component::Component,
|
component::Component,
|
||||||
entity::Entity,
|
entity::Entity,
|
||||||
event::{Event, EventReader, EventWriter, Events},
|
event::{Event, EventReader, EventWriter, Events},
|
||||||
query::{Added, AnyOf, Changed, Or, QueryState, With, Without},
|
query::{Added, AnyOf, Changed, Has, Or, QueryState, With, Without},
|
||||||
removal_detection::RemovedComponents,
|
removal_detection::RemovedComponents,
|
||||||
schedule::{
|
schedule::{
|
||||||
apply_deferred, apply_state_transition, common_conditions::*, Condition,
|
apply_deferred, apply_state_transition, common_conditions::*, Condition,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user