Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 443 Bytes

zfoo sdk gdscript for godot

zfoo sdk of gdscript for godot

support GdScript in godot version >= 4.1

Start Server

Start Client

  • await usage
var answer: TcpHelloResponse = await tcpClient.asyncAsk(request)
  • send packet in GdScript
tcpClient.send(request)