WoW API Elixir v0.2.3 Race View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Race{
  id: integer(),
  mask: integer(),
  name: String.t(),
  side: :alliance | :horde
}