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