Fix PAT notation and Touchdown notations. Backwards compatible w/ v3.0.0 if

`implicit_some` enabled in RON log and no PAT specified within.
This commit is contained in:
Cutieguwu
2025-03-31 18:39:05 -04:00
parent 46c806e537
commit f2a41be8d1
8 changed files with 31 additions and 20 deletions

View File

@@ -7,7 +7,6 @@ mod file;
mod game;
mod period;
mod play;
mod score;
mod terrain;
#[allow(unused)]
@@ -19,5 +18,4 @@ pub use file::LogFile;
pub use game::{Game, GameRecord};
pub use period::*;
pub use play::*;
pub use score::ScoreChange;
pub use terrain::TerrainState;