use bevy::prelude::*;
pub(crate) mod hand;
pub(crate) mod ingame;
pub(crate) mod tile;
#[derive(Component)]
pub(crate) struct Hovered;