激光联动控制完成

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

10
demo/osc/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"game-driver/pkg/oscx"
)
func main() {
c := oscx.New("192.168.0.167", 3033)
c.StartCue("Emu")
}