forked from 2ndbeam/evolution-rs
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::*;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct Hand {
|
||||
pub name: String,
|
||||
pub cards: Vec<Entity>,
|
||||
pub animals: Vec<Entity>
|
||||
}
|
||||
pub struct HandCard;
|
||||
Loading…
Add table
Add a link
Reference in a new issue