Color code names in round event log

This commit is contained in:
Lol3rrr
2024-10-15 23:45:00 +02:00
parent 3af51d2b20
commit 2f29c9ea67
3 changed files with 27 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ pub struct PerRoundResult {
pub struct PerRoundTeam {
pub name: String,
pub number: u32,
pub players: std::collections::HashSet<String>,
}
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]