use bevy::prelude::*; use bevy_rapier2d::prelude::*; pub(super) fn scene_plugin(app: &mut App) { // app.add_systems(, ) }