Building LogFile Format

This commit is contained in:
Cutieguwu
2025-03-24 21:58:41 -04:00
parent 483d31cc36
commit a0c587d222
7 changed files with 368 additions and 2 deletions

18
templates/logfile.ron Normal file
View File

@@ -0,0 +1,18 @@
[
GameRecord ([
Some(Period(
start: First,
end: Some(Fourth),
plays: [
Play(
action: None,
down: Kickoff,
terrain: 0
),
]
)),
None,
None,
None,
])
]