restore after broken git
This commit is contained in:
commit
138c62ac34
51 changed files with 7559 additions and 0 deletions
6
src/ui/messages/button_click.rs
Normal file
6
src/ui/messages/button_click.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use bevy::prelude::Message;
|
||||
|
||||
#[derive(Message)]
|
||||
pub struct ButtonClickMessage<T: Send + Sync + 'static> {
|
||||
pub action: T,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue