Finish tasks to bring calculation capabilities in line with last interval. #9

Merged
Cutieguwu merged 19 commits from gamelog into main 2025-04-06 12:20:32 -04:00
Showing only changes of commit bf5af561f0 - Show all commits

View File

@@ -2,8 +2,6 @@ use serde::Deserialize;
#[derive(Debug, Deserialize, Clone, Default, PartialEq)]
pub enum TerrainState {
#[deprecated(since = "0.2.0", note = "Replaced in favour of TerrainState::Yards")]
Distance(u8),
Yards(u8),
GoalLine,
Inches,