Add SpawnScene to prelude (#9451)

# Objective

#9260 added this schedule, but it's not in prelude like other schedules.

## Solution

Add to prelude.
This commit is contained in:
Hennadii Chernyshchyk 2023-08-19 22:42:12 +03:00 committed by GitHub
parent 5db4a04a76
commit 756b044f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ pub mod prelude {
app::App,
main_schedule::{
First, FixedUpdate, Last, Main, PostStartup, PostUpdate, PreStartup, PreUpdate,
Startup, StateTransition, Update,
SpawnScene, Startup, StateTransition, Update,
},
DynamicPlugin, Plugin, PluginGroup,
};