Nadia.Model.GameHighScore (nadia v1.1.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.GameHighScore{
  position: integer(),
  score: integer(),
  user: Nadia.Model.User.t()
}