Files
hk4e/gs/config/prop_grow_curve.go
huangxiaolei 43403202b5 优化架构
2022-11-23 18:05:11 +08:00

7 lines
115 B
Go

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