use bevy::prelude::*; #[derive(Component)] pub struct Block; #[derive(Component, Deref)] pub struct BlockTexture(pub Handle);