6 lines
114 B
Rust
6 lines
114 B
Rust
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
|
pub struct AbilityIndex {
|
|
pub hidden: bool,
|
|
pub index: u8,
|
|
}
|