7 lines
71 B
Go
7 lines
71 B
Go
|
|
||
|
type WorldConfig struct {
|
||
|
}
|
||
|
|
||
|
func Parse(data []byte) WorldConfig {
|
||
|
|
||
|
}
|