thinking in progress

This commit is contained in:
2019-10-10 16:38:59 +02:00
parent 77728cfdc4
commit 3a1f8ec4f6
3 changed files with 67 additions and 1 deletions

View File

@@ -20,7 +20,13 @@ pub struct Player {
pub pp: i32,
}
/// Unpack a floating value in gold pieces to integer
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
///
/// # Note