DBIA6R5X4LFELIDAIYAB4HRVZNVQQRH4HVFNCAMTP3TH26YVOUJAC
ZJPL7VNQEYASQ7QIUCR3X2IPWF5MAR6WX7VY6OWMRDMPJK7GYWIAC
/// Get the number of plank rows for this floor pub fn rows_count(&self) -> usize { self.planks.len()
/// Get the number of plank rows for this floor
pub fn rows_count(&self) -> usize {
self.planks.len()
/// Get the number of planks for this floor pub fn planks_count(&self) -> u32 { self.planks.len() as u32
/// Get the number of planks for this floor
pub fn planks_count(&self) -> u32 {
self.planks.len() as u32