forked from 2ndbeam/evolution-rs
Card component
This commit is contained in:
parent
19f9dc6e8d
commit
d2802994ba
1 changed files with 4 additions and 0 deletions
4
src/card.rs
Normal file
4
src/card.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
use bevy::prelude::Component;
|
||||||
|
|
||||||
|
#[derive(Component)]
|
||||||
|
pub struct Card;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue