Skip to main content

auraxis/api/models/
mod.rs

1mod character;
2mod outfit;
3
4pub use character::Character;
5pub use outfit::Outfit;