Add boosted cards
This commit is contained in:
parent
69f54c08cc
commit
198f1a6704
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ type Card struct {
|
||||||
ProblemBonus *int `json:",omitempty"`
|
ProblemBonus *int `json:",omitempty"`
|
||||||
ProblemOpponentPower int `json:",omitempty"`
|
ProblemOpponentPower int `json:",omitempty"`
|
||||||
ProblemRequirement PowerRequirement `json:",omitempty"`
|
ProblemRequirement PowerRequirement `json:",omitempty"`
|
||||||
|
Boosted *Card `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToDraftCard converts cards to draft.Card
|
// ToDraftCard converts cards to draft.Card
|
||||||
|
|
Loading…
Reference in a new issue