add docs
All checks were successful
Rust Checks / checks (push) Successful in 3m14s

This commit is contained in:
CoCo_Sol 2024-04-05 21:49:32 +02:00
parent 9307223a13
commit 26acb61a9f

View file

@ -4,6 +4,7 @@ use bevy::prelude::*;
use crate::CurrentScene;
/// The plugin that sets up the UI for the game.
pub struct GameUiPlugin;
impl Plugin for GameUiPlugin {