From 46c806e53727662faf2627dafd2f30b2abcc3851 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Mon, 31 Mar 2025 18:35:11 -0400 Subject: [PATCH] Update logfile.ron --- templates/logfile.ron | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/logfile.ron b/templates/logfile.ron index ffc050e..a12964a 100644 --- a/templates/logfile.ron +++ b/templates/logfile.ron @@ -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) ] ) ]