This commit is contained in:
nora 2023-04-18 21:08:41 +02:00
parent 556590a486
commit 6d46f23233

View file

@ -6,7 +6,6 @@ pub struct TileDef {
use egui_inspect_derive::expand;
pub(crate) struct GameState {
pub(crate) tile_db: TileDb,
}