Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated visibility of reflected trait (bevyengine#4034)
# Objective The `#[reflect_trait]` macro did not maintain the visibility of its trait. It also did not make its accessor methods public, which made them inaccessible outside the current module. ## Solution Made the `Reflect***` struct match the visibility of its trait and made both the `get` and `get_mut` methods always public.
- Loading branch information