i mean, it runs again,.. thats something
This commit is contained in:
parent
b5fd2a7bd8
commit
26d357f169
3 changed files with 14 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue