1 2 3 4 5 6
use bevy::prelude::*; #[derive(Component)] pub struct TnuaSubservientSensor { pub owner_entity: Entity, }