ecs/servers/gate/logic/guidance.go

10 lines
145 B
Go
Raw Permalink Normal View History

2025-06-04 18:17:39 +08:00
package logic
type _Guidance struct {
config map[uint32]uint32
}
func (this *_Guidance) GetConfig() map[uint32]uint32 {
return this.config
}