AfterTools

data class AfterTools(val prerequisites: List<String>) : UnlockCondition

Tool unlocks after specified prerequisite tools have been called.

Constructors

Link copied to clipboard
constructor(vararg prerequisites: String)
constructor(prerequisites: List<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun isSatisfied(context: PlaybookContext): Boolean

Evaluate whether this condition is met given the current context.