reflect attack automatically

This commit is contained in:
2023-02-05 20:06:01 +09:00
parent fbea5ac8e5
commit 8b73b7f952
6 changed files with 53 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ pub struct SearchResult {
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct PokemonDataLearnset {
pub id: i64,
pub learset_id: i64,
pub learnset_id: i64,
pub name: String,
pub types: Vec<i64>,
pub power: i64,