Riichi.Engine.State.RoundResult (riichi v0.2.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Riichi.Engine.State.RoundResult{
  bonus_sticks: non_neg_integer() | nil,
  next_round_id: Riichi.Round.round_id() | nil,
  riichi_bets: non_neg_integer() | nil,
  scores: %{required(Riichi.Actor.t()) => integer()} | nil
}