reorganizes api endpoints
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user