IyesGames/iyes_loopless

Do not require `.into_conditional()`

inodentry opened this issue · 1 comments

Do some trait magic to expose .run_if (and any other methods added for #1 and #2, and states, etc) directly on anything that impls IntoSystem, as well as on ConditionalSystem.

This will eliminate the need for .into_conditional(), making the user-facing API simpler.

Yeet.