PKMTypeRelations
public class PKMTypeRelations: MappablePokemon Type Relations
- 
                  
                  A list of types this type has no effect on DeclarationSwift public var noDamageTo: [PKMNamedAPIResource]?
- 
                  
                  A list of types this type is not very effect against DeclarationSwift public var halfDamageTo: [PKMNamedAPIResource]?
- 
                  
                  A list of types this type is very effect against DeclarationSwift public var doubleDamageTo: [PKMNamedAPIResource]?
- 
                  
                  A list of types that have no effect on this type DeclarationSwift public var noDamageFrom: [PKMNamedAPIResource]?
- 
                  
                  A list of types that are not very effective against this type DeclarationSwift public var halfDamageFrom: [PKMNamedAPIResource]?
- 
                  
                  A list of types that are very effective against this type DeclarationSwift public var doubleDamageFrom: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMTypeRelations: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMTypeRelations: Mappable
 View on GitHub
View on GitHub PKMTypeRelations Class Reference
        PKMTypeRelations Class Reference