feat: init client
This commit is contained in:
10
models/card_weak_resistance.go
Normal file
10
models/card_weak_resistance.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// CardWeakResistance represent the weakeness or resistance of a card.
|
||||
type CardWeakResistance struct {
|
||||
// Type affected.
|
||||
Type string `json:"type"`
|
||||
|
||||
// Value represents the multiplier but can be an number depending of the card.
|
||||
Value string `json:"value"`
|
||||
}
|
||||
Reference in New Issue
Block a user