makes adding loot working

This commit is contained in:
2019-10-07 15:10:35 +02:00
parent 4f6970c423
commit 70eed30bee
8 changed files with 118 additions and 90 deletions

View File

@@ -3,6 +3,6 @@ pub(super) mod item;
pub(super) mod player;
pub use claim::Claim;
pub use item::Item;
pub use item::{Item};
pub(crate) use item::Loot;
pub use player::{Player, Wealth};