Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make boxed conditions read-only (bevyengine#7786)
# Objective The `BoxedCondition` type alias does not require the underlying system to be read-only. ## Solution Define the type alias using `ReadOnlySystem` instead of `System`.
- Loading branch information