~starkingdoms/starkingdoms

ref: e54fae7165cfad2269e971159960a03285d9d25a starkingdoms/crates/client/src/rendering/ui.rs -rw-r--r-- 122 bytes
e54fae71 — ghostly_zsh client networking probably working 10 months ago
                                                                                
1
2
3
4
5
use bevy_ecs::world::World;

pub trait UiRenderable {
    fn render(&mut self, ctx: &egui::Context, world: &mut World);
}