PKMMoveCategory
public class PKMMoveCategory: Mappable
Very general categories that loosely group move effects.
-
The identifier for this move category resource
Declaration
Swift
public var id: Int? -
The name for this move category resource
Declaration
Swift
public var name: String? -
A list of moves that fall into this category
Declaration
Swift
public var moves: [PKMNamedAPIResource]? -
The description of this move ailment listed in different languages
Declaration
Swift
public var descriptions: [PKMDescription]? -
Undocumented
Declaration
Swift
public class PKMMoveCategory: Mappable -
Undocumented
Declaration
Swift
public class PKMMoveCategory: Mappable
View on GitHub
PKMMoveCategory Class Reference