i mean, it runs again,.. thats something

This commit is contained in:
LunarAkai 2025-07-27 20:22:17 +02:00
commit 26d357f169
3 changed files with 14 additions and 9 deletions

View file

@ -6,4 +6,5 @@ pub trait GamePlugin {
fn update(&mut self);
fn render(&mut self, target: &mut Frame);
fn cleanup(&mut self);
fn handle_events(&mut self);
}