Add interval flag (doesn't currently do anything) and debate future

visualization.
This commit is contained in:
Cutieguwu
2025-04-06 16:51:22 -04:00
parent 5611f62fdd
commit ef66df2655
8 changed files with 60 additions and 57 deletions

View File

@@ -168,8 +168,10 @@ impl Game {
#[derive(Debug, Deserialize, Clone, PartialEq)]
pub enum Flags {
IgnoreActions,
IgnoreTeam(Team),
IgnoreScore,
Interval(u8),
}
#[cfg(test)]