mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
5 lines
141 B
Rust
5 lines
141 B
Rust
use bevy::prelude::*;
|
|
|
|
/// Navigation display component for showing navigation information
|
|
#[derive(Component)]
|
|
pub struct NavigationDisplay; |