New hand organization
This commit is contained in:
parent
8c1e0bc703
commit
c98f8fdb74
1 changed files with 1 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
use bevy::prelude::*;
|
use bevy::prelude::*;
|
||||||
|
|
||||||
#[derive(Component)]
|
#[derive(Component)]
|
||||||
pub struct Hand {
|
pub struct HandCard;
|
||||||
pub name: String,
|
|
||||||
pub cards: Vec<Entity>,
|
|
||||||
pub animals: Vec<Entity>
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue