Function de_spawner::draft::new_draft

source ·
fn new_draft(
    commands: Commands<'_, '_>,
    drafts: Query<'_, '_, (Entity, &ObjectTypeComponent), Added<DraftAllowed>>,
    scenes: Res<'_, Scenes>
)