mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 05:22:26 +08:00
7 lines
115 B
Go
7 lines
115 B
Go
package config
|
|
|
|
type PropGrowCurve struct {
|
|
Type string `json:"type"`
|
|
GrowCurve string `json:"growCurve"`
|
|
}
|