This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
miller/templates/logfile.ron
2025-03-24 21:58:41 -04:00

19 lines
337 B
Plaintext

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