mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 12:25:02 +01:00
more
This commit is contained in:
parent
5698c511d6
commit
2b58977040
3 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ use egui::Ui;
|
|||
pub use egui_inspect_derive as derive;
|
||||
|
||||
pub trait Inspect {
|
||||
fn inspect_mut(&mut self, ui: &mut Ui, id_source: u64) {
|
||||
fn inspect_mut(&mut self, ui: &mut Ui) {
|
||||
loop {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue