thoughts on new api structure, formats code

This commit is contained in:
2019-10-15 14:42:57 +02:00
parent 8399ffebf7
commit 6101aaa9e9
8 changed files with 176 additions and 139 deletions

View File

@@ -3,5 +3,5 @@ pub mod item;
pub mod player;
pub use claim::Claim;
pub use item::{Item};
pub use item::Item;
pub use player::{Player, Wealth};