Update logfile template to v0.7

This commit is contained in:
Olivia Brooks
2025-04-24 11:37:56 -04:00
parent 5cbe2abeb4
commit 60c90f0748

View File

@@ -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),
]
)
] ]
) )
] ]