From c98f8fdb7490347f3ff8b9182db7ef3516e618ee Mon Sep 17 00:00:00 2001 From: Rendo Date: Sun, 16 Feb 2025 22:43:02 +0500 Subject: [PATCH] New hand organization --- src/hand.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hand.rs b/src/hand.rs index 4d1a93b..51f5ed9 100644 --- a/src/hand.rs +++ b/src/hand.rs @@ -1,8 +1,4 @@ use bevy::prelude::*; #[derive(Component)] -pub struct Hand { - pub name: String, - pub cards: Vec, - pub animals: Vec -} +pub struct HandCard; \ No newline at end of file