use std::{fmt::Debug, marker::PhantomData}; use egui_inspect::Inspect; pub struct TileDef { pub layer: (), //ADD pub blend_graphic: String, }