WplAi.AST.Achievement (WPL-AI v1.12.0)

Copy Markdown View Source

Achievement definition

Summary

Types

t()

@type t() :: %WplAi.AST.Achievement{
  condition: String.t(),
  condition_value: integer(),
  description: String.t(),
  id: String.t(),
  name: String.t(),
  points: integer()
}