This commit is contained in:
laodaming
2023-11-02 11:48:15 +08:00
parent 265489956c
commit 7342c0d72a
4 changed files with 19 additions and 5 deletions

View File

@@ -27,5 +27,11 @@ type Config struct {
}
Unity struct {
Host string
Udp struct {
LocalAddr string
LocalPort int
RemoteAddr string
RemotePort int
}
}
}