pub trait Renderable<T> { fn render(&self, graphics: &mut Graphics<'_>); }
Represents anything that Graphics can render