Skip to content

Commit 8c3fcc3

Browse files
Add Resource trait to prelude
1 parent e089c45 commit 8c3fcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_ecs/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ pub mod prelude {
3939
},
4040
system::{
4141
Commands, In, IntoChainSystem, IntoExclusiveSystem, IntoSystem, Local, NonSend,
42-
NonSendMut, ParallelCommands, ParamSet, Query, RemovedComponents, Res, ResMut, System,
43-
SystemParamFunction,
42+
NonSendMut, ParallelCommands, ParamSet, Query, RemovedComponents, Res, ResMut,
43+
Resource, System, SystemParamFunction,
4444
},
4545
world::{FromWorld, Mut, World},
4646
};

0 commit comments

Comments
 (0)