Card component

This commit is contained in:
Rendo 2025-02-17 03:31:35 -09:00
commit d2802994ba

4
src/card.rs Normal file
View file

@ -0,0 +1,4 @@
use bevy::prelude::Component;
#[derive(Component)]
pub struct Card;