k4d3's picture
awoo
48ca417
raw
history blame contribute delete
No virus
83 Bytes
use bevy::prelude::*;
#[derive(Component)]
pub struct Name(pub &'static str);