Esempio n. 1
0
    private async void askHello()
    {
        var received = await testService.AskHello();

        Debug.Log(received);
    }