PKMMoveBattleStyle

public class PKMMoveBattleStyle: Mappable

Styles of moves when used in the Battle Palace. See Bulbapedia for greater detail.

  • id

    The identifier for this move battle style resource

    Declaration

    Swift

    public var id: Int?
  • The name for this move battle style resource

    Declaration

    Swift

    public var name: String?
  • The name of this move battle style listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • Undocumented

    Declaration

    Swift

    public class PKMMoveBattleStyle: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMMoveBattleStyle: Mappable