File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -172,15 +172,15 @@ type ClanWarLogEntry struct {
172172}
173173
174174type WarClan struct {
175- DestructionPercentage float64 `json:"destructionPercentage"`
176- Tag string `json:"tag"`
177- Name string `json:"name"`
178- BadgeURLs ImageURLs `json:"badgeUrls"`
179- ClanLevel int `json:"clanLevel"`
180- Attacks int `json:"attacks"`
181- Stars int `json:"stars"`
182- ExpEarned int `json:"expEarned"`
183- Members ClanWarMember `json:"members"`
175+ DestructionPercentage float64 `json:"destructionPercentage"`
176+ Tag string `json:"tag"`
177+ Name string `json:"name"`
178+ BadgeURLs ImageURLs `json:"badgeUrls"`
179+ ClanLevel int `json:"clanLevel"`
180+ Attacks int `json:"attacks"`
181+ Stars int `json:"stars"`
182+ ExpEarned int `json:"expEarned"`
183+ Members [] ClanWarMember `json:"members"`
184184}
185185
186186type ClanWarMember struct {
You can’t perform that action at this time.
0 commit comments