Drop unused import

This commit is contained in:
2025-08-23 09:43:33 -05:00
parent bd324807e8
commit e7f4a00f2a

View File

@@ -1,7 +1,5 @@
//! TODO: module doc :v
use std::ops::Deref;
/// Value for the "sub tiles" inside a room tile
#[derive(Clone, Copy, Debug, Default, PartialEq)]
pub enum Cell {