pub fn ui_system(world: &World, events: Vec<String>)
This system simply calls the draw method of Floor after each turn is executed.
draw
Floor