mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-08-03 18:41:59 +00:00
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