Create gamelog.ron
This commit is contained in:
24
gamelog.ron
Normal file
24
gamelog.ron
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
#![enable(unwrap_newtypes)]
|
||||||
|
#![enable(unwrap_variant_newtypes)]
|
||||||
|
|
||||||
|
[
|
||||||
|
GameRecord(
|
||||||
|
version: "0.1.0",
|
||||||
|
periods: [
|
||||||
|
Period(
|
||||||
|
start: First,
|
||||||
|
end: Fourth,
|
||||||
|
plays: [
|
||||||
|
Play(
|
||||||
|
action: None,
|
||||||
|
down: Kickoff(
|
||||||
|
offence: Nebraska
|
||||||
|
),
|
||||||
|
terrain: Distance(10)
|
||||||
|
),
|
||||||
|
]
|
||||||
|
)
|
||||||
|
]
|
||||||
|
)
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user