PkmnLib_rs/src/defines.rs

3 lines
56 B
Rust
Raw Normal View History

pub type LevelInt = u8;
pub const MAX_MOVES: usize = 4;