Initial commit, implements most of the static_data side.
This commit is contained in:
5
src/static_data/species_data/ability_index.rs
Normal file
5
src/static_data/species_data/ability_index.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
pub struct AbilityIndex {
|
||||
pub hidden: bool,
|
||||
pub index: u8,
|
||||
}
|
||||
Reference in New Issue
Block a user