mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
Add classic win count to starter data
This commit is contained in:
parent
a087234aa8
commit
723fe48969
@ -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{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user