This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
PkmnLib_rs
Watch
1
Star
0
Fork
You've already forked PkmnLib_rs
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0c6a0cadfe
PkmnLib_rs
/
src
/
dynamic_data
/
script_handling
/
item_script.rs
3 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
More documentation.
2022-07-01 15:07:22 +00:00
/// The script functions that are relevant to item use.
A lot more work on a bunch of different parts of the system.
2022-06-11 15:22:46 +00:00
pub
trait
ItemScript
{
}