reorganizes api endpoints

This commit is contained in:
2019-10-11 16:07:09 +02:00
parent 3a1f8ec4f6
commit 068b2e7169
4 changed files with 145 additions and 136 deletions

View File

@@ -20,12 +20,6 @@ pub struct Player {
pub pp: i32,
}
impl Player {
pub fn by_id(id: i32) -> Self {
}
}
/// Unpack a floating value of gold pieces to integer
/// values of copper, silver, gold and platinum pieces
///