We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Command
1 parent 7d3068e commit 6da2305Copy full SHA for 6da2305
crates/bevy_ecs/src/lib.rs
@@ -61,13 +61,13 @@ pub mod prelude {
61
IntoSystemSetConfigs, Schedule, Schedules, SystemSet,
62
},
63
system::{
64
- Commands, Deferred, In, IntoSystem, Local, NonSend, NonSendMut, ParallelCommands,
65
- ParamSet, Query, ReadOnlySystem, Res, ResMut, Resource, System, SystemParamBuilder,
66
- SystemParamFunction,
+ Commands, Deferred, EntityCommand, EntityCommands, In, IntoSystem, Local, NonSend,
+ NonSendMut, ParallelCommands, ParamSet, Query, ReadOnlySystem, Res, ResMut, Resource,
+ System, SystemParamBuilder, SystemParamFunction,
67
68
world::{
69
- EntityMut, EntityRef, EntityWorldMut, FromWorld, OnAdd, OnInsert, OnRemove, OnReplace,
70
- World,
+ Command, EntityMut, EntityRef, EntityWorldMut, FromWorld, OnAdd, OnInsert, OnRemove,
+ OnReplace, World,
71
72
};
73
}
0 commit comments