Hotfix: Terrain Distance.
This commit is contained in:
@@ -34,6 +34,13 @@ enum Quarter {
|
||||
Fourth,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
enum TerrainState {
|
||||
Distance(u8),
|
||||
GoalLine,
|
||||
In,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct Play {
|
||||
action: Option<Action>,
|
||||
|
||||
Reference in New Issue
Block a user