game/common/serviceName/serviceName.go

7 lines
61 B
Go
Raw Normal View History

2025-05-25 20:34:08 +08:00
package serviceName
const (
Gate = "gate"
Chat = "chat"
2025-05-25 20:34:08 +08:00
)