Files
hk4e/service/game-hk4e/config/prop_grow_curve.go
T
2022-11-20 15:38:00 +08:00

7 lines
115 B
Go

package config
type PropGrowCurve struct {
Type string `json:"type"`
GrowCurve string `json:"growCurve"`
}