Finish tasks to bring calculation capabilities in line with last interval. #9
@@ -3,20 +3,21 @@
|
|||||||
#![enable(unwrap_variant_newtypes)]
|
#![enable(unwrap_variant_newtypes)]
|
||||||
|
|
||||||
[
|
[
|
||||||
GameRecord(
|
Game(
|
||||||
version: "0.3.0",
|
version: "0.3.0",
|
||||||
periods: [
|
periods: [
|
||||||
Period(
|
Period(
|
||||||
start: First,
|
start: First,
|
||||||
end: Fourth,
|
end: Fourth,
|
||||||
plays: [
|
plays: [
|
||||||
|
Kickoff(Nebraska),
|
||||||
Play(
|
Play(
|
||||||
action: None,
|
action: Unknown,
|
||||||
down: Kickoff(
|
down: First,
|
||||||
offence: Nebraska
|
|
||||||
),
|
|
||||||
terrain: Yards(10)
|
terrain: Yards(10)
|
||||||
),
|
),
|
||||||
|
Score(3),
|
||||||
|
Pat(Fail)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user