Skip to content

Commit

Permalink
add conflicts to magazine
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Oct 3, 2020
1 parent 9540a1d commit a0cd07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/item/kind_magazine.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Magazine struct {
Modifier MagazineModifier `json:"modifier" bson:"modifier"`
GridModifier GridModifier `json:"gridModifier" bson:"gridModifier"`
Compatibility List `json:"compatibility" bson:"compatibility"`
Conflicts List `json:"conflicts" bson:"conflicts"`
}

// MagazineModifier describes the properties of Modifier in Magazine
Expand Down

0 comments on commit a0cd07b

Please sign in to comment.