This commit is contained in:
Urben1680 2025-07-14 21:25:55 +02:00
parent b1985fa5ff
commit 0d20581527

View File

@ -9,7 +9,8 @@ use crate::{
bundle::{Bundle, DynamicBundle},
change_detection::MaybeLocation,
component::{
ComponentId, Components, ComponentsRegistrator, RequiredComponentConstructor, RequiredComponents, RequiredComponentsError, StorageType, Tick
ComponentId, Components, ComponentsRegistrator, RequiredComponentConstructor,
RequiredComponents, RequiredComponentsError, StorageType, Tick,
},
entity::Entity,
query::DebugCheckedUnwrap as _,