Team Variable Requirement
data class TeamVariableRequirement(val team: String?, val variable: String, val op: Comparison, val value: StatValue, val fallbackValue: StatValue? = null) : Condition.VariableRequirement
Constructors
Link copied to clipboard
constructor(team: String?, variable: String, op: Comparison, value: StatValue, fallbackValue: StatValue? = null)