peer count for all games

This commit is contained in:
2025-11-13 19:38:21 +01:00
parent d96d191c13
commit 2d7f7513ad
5 changed files with 145 additions and 21 deletions
+2
View File
@@ -60,6 +60,8 @@ pub struct Game {
pub eti_game_version: Option<String>,
/// Local game version from version.ini (YYYYMMDD format)
pub local_version: Option<String>,
/// Number of peers that have this game available
pub peer_count: u32,
}
impl fmt::Debug for Game {