Update logfile.ron

This commit is contained in:
Cutieguwu
2025-03-31 18:35:11 -04:00
parent 25a300009b
commit 46c806e537

View File

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