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