PkmnLib_rs/src/dynamic_data/script_handling/item_script.rs

3 lines
80 B
Rust
Raw Normal View History

2022-07-01 15:07:22 +00:00
/// The script functions that are relevant to item use.
pub trait ItemScript {}