code cleanup, starts testing

This commit is contained in:
2019-07-15 14:59:49 +02:00
parent 5d54d40bec
commit 58f39ae5d0
7 changed files with 158 additions and 111 deletions

View File

@@ -1,8 +1,8 @@
mod claim;
mod item;
mod player;
pub(super) mod claim;
pub(super) mod item;
pub(super) mod player;
pub use claim::{Claim, NewClaim};
pub use claim::Claim;
pub use item::Item;
pub(crate) use item::Loot;
pub use player::{NewPlayer, Player, WealthUpdate};
pub use player::{Player, Wealth};