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

@ -56,6 +56,9 @@ impl GamePlugin for PlaygroundGame {
}
fn cleanup(&mut self) {
}
fn handle_events(&mut self) {
}
}