Target UI multiplayer (#95)
This commit is contained in:
8
crates/hedz_reloaded/src/client/aim.rs
Normal file
8
crates/hedz_reloaded/src/client/aim.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use bevy::prelude::*;
|
||||
|
||||
pub mod marker;
|
||||
pub mod target_ui;
|
||||
|
||||
pub fn plugin(app: &mut App) {
|
||||
app.add_plugins((marker::plugin, target_ui::plugin));
|
||||
}
|
||||
Reference in New Issue
Block a user