mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
5 lines
130 B
Rust
5 lines
130 B
Rust
use bevy::prelude::*;
|
|
|
|
/// Engine status component for displaying engine information
|
|
#[derive(Component)]
|
|
pub struct EngineStatus; |