ecs/servers/gate/logic/guidance.go
2025-06-04 18:17:39 +08:00

10 lines
145 B
Go

package logic
type _Guidance struct {
config map[uint32]uint32
}
func (this *_Guidance) GetConfig() map[uint32]uint32 {
return this.config
}