激光联动控制完成

This commit is contained in:
2025-03-12 19:13:35 +08:00
parent 1e0119c5c4
commit 752446e502
11 changed files with 184 additions and 49 deletions

6
config/game/laser.go Normal file
View File

@@ -0,0 +1,6 @@
package game
type LaserConfig struct {
Host string
Port int
}