ToolTrailItem

@Serializable
data class ToolTrailItem(val tools: List<TrailblazeToolYamlWrapper>) : TrailYamlItem

tools

This is used to represent a list of static tools used in the trail.

Constructors

Link copied to clipboard
constructor(tools: List<TrailblazeToolYamlWrapper>)

Properties

Link copied to clipboard