Magic/libserver/src/logic/data/mod.rs
2025-03-28 20:58:57 +03:00

3 lines
37 B
Rust

mod npc;
pub use npc::LogicNpcData;