TeamVariable

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

Constructors

Link copied to clipboard
constructor(teamName: String, variable: String, op: StatOp, amount: StatValue, 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