impls claims on looted items

This commit is contained in:
2019-07-02 15:33:36 +02:00
parent 36c8f24fdc
commit 5a792edb20
5 changed files with 59 additions and 50 deletions

View File

@@ -1,6 +1,8 @@
mod item;
mod player;
mod claim;
pub use item::Item;
pub use player::Player;
pub use player::WealthUpdate;
pub use claim::{NewClaim, Claim};