Function jumpy::core::elements::stomp_boots::update_wearer

source ยท
fn update_wearer(
    entities: Res<'_, Entities>,
    commands: Commands<'_>,
    wearing_stomp_boots: CompMut<'_, WearingStompBoots>,
    worn_stomp_boots: CompMut<'_, WornStompBoots>,
    player_indexes: Comp<'_, PlayerIdx>,
    collision_world: CollisionWorld<'_>,
    kinematic_bodies: Comp<'_, KinematicBody>,
    killed_players: Comp<'_, PlayerKilled>,
    hydrated: CompMut<'_, MapElementHydrated>,
    spawners: Comp<'_, DehydrateOutOfBounds>,
    transforms: Comp<'_, Transform>,
)