pickup hanlder
This commit is contained in:
@@ -3,6 +3,9 @@ use bevy::prelude::*;
|
||||
mod objects;
|
||||
mod ui;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct Interact;
|
||||
|
||||
pub fn plugin(app: &mut App) {
|
||||
app.add_plugins((ui::plugin, objects::plugin));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user