RobinSR/common/src/lib.rs
amizing25 d3af43fb06 refactor: some restructuring
- move structs inside `sr_tools.rs` into individual file
- implement in-game equip handler (relic & lightcone)
2025-03-11 17:37:35 +07:00

4 lines
54 B
Rust

pub mod resources;
pub mod sr_tools;
pub mod structs;