Trait moonshine_spawn::SpawnOnce
source · pub trait SpawnOnce {
type Output: Bundle;
// Required method
fn spawn_once(self, world: &World, entity: Entity) -> Self::Output;
}pub trait SpawnOnce {
type Output: Bundle;
// Required method
fn spawn_once(self, world: &World, entity: Entity) -> Self::Output;
}