impls add player admin action

This commit is contained in:
2019-07-03 14:11:26 +02:00
parent 5a792edb20
commit c95c13bf18
6 changed files with 72 additions and 15 deletions

View File

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