mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-25 15:21:30 +11:00
6 lines
330 B
Rust
6 lines
330 B
Rust
|
// enchant.rs exposes constant values provided by the build script.
|
||
|
// All enchantment variants are located in `EnchantmentKind`. You can use the
|
||
|
// associated const fn functions of `EnchantmentKind` to access details about an
|
||
|
// enchantment type. enchantment specific functions
|
||
|
include!(concat!(env!("OUT_DIR"), "/enchant.rs"));
|