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