logo
pub trait BevyDefault {
    fn bevy_default() -> Self;
}

Required Methods

Implementors