Update logfile template to v0.7
This commit is contained in:
@@ -4,22 +4,16 @@
|
|||||||
|
|
||||||
[
|
[
|
||||||
Game(
|
Game(
|
||||||
version: "0.5.0",
|
version: "0.7.0",
|
||||||
flags: [],
|
flags: [],
|
||||||
periods: [
|
|
||||||
Period(
|
|
||||||
start: First,
|
|
||||||
end: Fourth,
|
|
||||||
events: [
|
events: [
|
||||||
|
Quarter(First),
|
||||||
Kickoff(Nebraska),
|
Kickoff(Nebraska),
|
||||||
Play(
|
Play(
|
||||||
action: Unknown,
|
action: Unknown,
|
||||||
down: First,
|
down: Second,
|
||||||
terrain: Yards(10)
|
terrain: Yards(10),
|
||||||
),
|
),
|
||||||
Score(FieldGoal),
|
|
||||||
]
|
|
||||||
)
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user