WIP new parser: parse stats

This commit is contained in:
2026-02-13 14:57:27 -08:00
parent 962fbcd5ad
commit c442701d5d
+1 -1
View File
@@ -36,7 +36,7 @@ impl Default for Program {
} }
/// A status element on a ZZT board. /// A status element on a ZZT board.
#[derive(Debug, Clone)] #[derive(Debug, Default, Clone)]
pub struct Stat { pub struct Stat {
pub x: u8, pub x: u8,
pub y: u8, pub y: u8,