PKMVersionEncounterDetail
public class PKMVersionEncounterDetail: Mappable
Version Encounter Detail
-
The game version this encounter happens in
Declaration
Swift
public var version: PKMNamedAPIResource? -
The total percentage of all encounter potential
Declaration
Swift
public var maxChance: Int? -
A list of encounters and their specifics
Declaration
Swift
public var encounterDetails: [PKMEncounter]? -
Undocumented
Declaration
Swift
public class PKMVersionEncounterDetail: Mappable -
Undocumented
Declaration
Swift
public class PKMVersionEncounterDetail: Mappable
View on GitHub
PKMVersionEncounterDetail Class Reference