TeamVariable

class TeamVariable(val teamName: String, val variable: String, val op: StatOp, val amount: StatValue? = null, val unset: Boolean = false) : Action.ChangeVariable

Constructors

Link copied to clipboard
constructor(teamName: String, variable: String, op: StatOp, amount: StatValue? = null, unset: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val op: StatOp
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard