mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-04-22 02:42:15 +00:00
fix: Fixing property name (#42)
This commit is contained in:
parent
89e706f692
commit
b207560670
@ -66,7 +66,7 @@ data class Card internal constructor(
|
|||||||
/**
|
/**
|
||||||
* the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card)
|
* 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
|
* HP of the pokemon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user