Add classic win count to starter data

pull/4/head
Flashfyre 2024-05-07 00:16:00 -04:00
parent a087234aa8
commit 723fe48969
1 changed files with 8 additions and 7 deletions

View File

@ -59,6 +59,7 @@ type StarterEntry struct {
AbilityAttr int `json:"abilityAttr"`
PassiveAttr int `json:"passiveAttr"`
ValueReduction int `json:"valueReduction"`
ClassicWinCount int `json:"classicWinCount"`
}
type StarterMoveData map[int]interface{}