PkmnLib_rs/src/static_data/statistics.rs

10 lines
147 B
Rust
Raw Normal View History

2022-06-06 11:54:59 +00:00
#[derive(Debug, PartialEq, Copy, Clone)]
pub enum Statistic {
HP,
Attack,
Defense,
SpecialAttack,
SpecialDefense,
Speed,
}