WoW API Elixir v0.1.0 PetStats View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %PetStats{
  breed_id: pos_integer(),
  health: pos_integer(),
  level: pos_integer(),
  pet_quality_id: pos_integer(),
  power: pos_integer(),
  species_id: pos_integer(),
  speed: pos_integer()
}