1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-28 21:19:24 +00:00
doukutsu-rs/src/game/scripting/mod.rs

4 lines
60 B
Rust
Raw Normal View History

2021-10-15 14:36:05 +00:00
#[cfg(feature = "scripting-lua")]
pub mod lua;
pub mod tsc;