Add MainScheduleOrder::insert_before() #13866
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
What problem does this solve or what need does it fill?
Complements MainScheduleOrder::insert_after().
Additional context
I'd like to add a new schedule before First, as it's something I really want to run before any other system.
The text was updated successfully, but these errors were encountered: