Sync local updates with origin/master
This commit is contained in:
@@ -203,6 +203,12 @@ pub struct WoodenFishWorkProfileResponse {
|
||||
pub floating_words: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct WoodenFishWorksResponse {
|
||||
pub items: Vec<WoodenFishWorkSummaryResponse>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct WoodenFishWorkDetailResponse {
|
||||
|
||||
Reference in New Issue
Block a user