//! [Enhanced Input](https://github.com/projectharmonia/bevy_enhanced_input) is our input system.
//! It is slated to be upstreamed into Bevy itself at some point.
usebevy::prelude::*;usebevy_enhanced_input::prelude::*;pub(super)fnplugin(app:&mut App){
app.add_plugins(EnhancedInputPlugin);}