learning how to test
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
mod claim;
|
||||
mod item;
|
||||
mod player;
|
||||
mod claim;
|
||||
|
||||
pub use claim::{Claim, NewClaim};
|
||||
pub use item::Item;
|
||||
pub(crate) use item::Loot;
|
||||
pub use player::{Player, NewPlayer, WealthUpdate};
|
||||
pub use claim::{NewClaim, Claim};
|
||||
pub use player::{NewPlayer, Player, WealthUpdate};
|
||||
|
||||
Reference in New Issue
Block a user