#[derive(Debug, PartialEq, Copy, Clone)] pub enum Statistic { HP, Attack, Defense, SpecialAttack, SpecialDefense, Speed, }