use bevy::prelude::Component;

#[derive(Component, Debug, Default, Copy, Clone)]
pub struct Player;