forked from TCGdex/java-sdk
fix: Fixing property name (#42)
This commit is contained in:
@ -66,7 +66,7 @@ data class Card internal constructor(
|
||||
/**
|
||||
* the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card)
|
||||
*/
|
||||
val dexIDs: List<Int>?,
|
||||
val dexId: List<Int>?,
|
||||
|
||||
/**
|
||||
* HP of the pokemon
|
||||
|
Reference in New Issue
Block a user