Files
game-driver/config/wait/pjlink.go
2025-02-28 20:34:50 +08:00

9 lines
105 B
Go

package wait
type PJLink struct {
Ip string
Port string
Password string
Id string
}