Home

Awesome

zfoo sdk of csharp and lua for unity and godot

zfoo sdk of csharp and lua for unity and godot

support C# in .net framework

support C# in unity C# Script

support C# in unity webgl

support zfoo lua in xlua

Start Server

Start Client

var response = await tcpClient.asyncAsk(request) as TcpHelloResponse;
tcpClient.Send(request)
asyncAsk(request,
        function(answer)
            print("async ask callback --> ", answer)
        end)
send(request)