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