Files
game-driver/config/game/laser.go
2025-03-12 19:13:35 +08:00

7 lines
65 B
Go

package game
type LaserConfig struct {
Host string
Port int
}