feat: Add growth_stage to TileState
This commit is contained in:
@@ -21,6 +21,7 @@ pub enum TileState {
|
||||
Occupied {
|
||||
seed: ItemType,
|
||||
watered: bool,
|
||||
growth_stage: u32,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user