PKMMoveTarget
public class PKMMoveTarget: MappableTargets moves can be directed at during battle. Targets can be Pokémon, environments or even other moves.
- 
                  
                  The identifier for this move target resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this move target resource DeclarationSwift public var name: String?
- 
                  
                  The description of this move target listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  A list of moves that that are directed at this target DeclarationSwift public var moves: [PKMNamedAPIResource]?
- 
                  
                  The name of this move target listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveTarget: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveTarget: Mappable
 View on GitHub
View on GitHub PKMMoveTarget Class Reference
        PKMMoveTarget Class Reference