pub trait RadiantSelectable: RadiantComponent { // Required method fn set_selected(&mut self, selected: bool); }