Color code names in round event log
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user