impls chest content query, still working on the api...
This commit is contained in:
5
lootalot_db/src/models/mod.rs
Normal file
5
lootalot_db/src/models/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod item;
|
||||
mod player;
|
||||
|
||||
pub use item::Item;
|
||||
pub use player::Player;
|
||||
Reference in New Issue
Block a user