use super::entity_tags::EntityTags; #[derive(Clone, Debug)] pub struct EntityInfo { pub file_name: String, pub hitbox_radius: Option, pub tags: Vec, }