Current section

Files

Jump to
ex_ttrpg_dev lib rule_systems loaded_system.ex
Raw

lib/rule_systems/loaded_system.ex

defmodule ExTTRPGDev.RuleSystems.LoadedSystem do
@moduledoc """
Represents a fully loaded and validated rule system, ready for evaluation.
Produced by `ExTTRPGDev.RuleSystems.load_system!/1`.
"""
defstruct [:module, :graph, :nodes, :rolling_methods, :concept_metadata, :effects]
end