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