Hotfix: Terrain Distance.

This commit is contained in:
Cutieguwu
2025-03-25 13:23:16 -04:00
parent f791675d3a
commit 02daa8ad22
2 changed files with 9 additions and 2 deletions

View File

@@ -34,6 +34,13 @@ enum Quarter {
Fourth,
}
#[derive(Debug, Deserialize)]
enum TerrainState {
Distance(u8),
GoalLine,
In,
}
#[derive(Debug, Deserialize)]
struct Play {
action: Option<Action>,