Initial commit, implements most of the static_data side.
This commit is contained in:
9
src/static_data/statistics.rs
Normal file
9
src/static_data/statistics.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Statistic {
|
||||
HP,
|
||||
Attack,
|
||||
Defense,
|
||||
SpecialAttack,
|
||||
SpecialDefense,
|
||||
Speed,
|
||||
}
|
||||
Reference in New Issue
Block a user