more documentation

This commit is contained in:
2024-10-23 15:53:04 +02:00
parent 9ae713b6c8
commit 9fb3c83b67
2 changed files with 12 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ pub struct Game {
player: Player,
/// the levels of the game
levels: Vec<Level>,
/// messages that are displayed in the ui
pub messages: Vec<String>,
}