I’m at my wits end… I just couldn’t find anything client-side for c#.
I got the Gamelift set up fine in c#, but I couldn’t find any document after that.
How am I going to call the equivalent to c++ Aws::GameLift::GameLiftClient() in c#?
I’m at my wits end… I just couldn’t find anything client-side for c#.
I got the Gamelift set up fine in c#, but I couldn’t find any document after that.
How am I going to call the equivalent to c++ Aws::GameLift::GameLiftClient() in c#?
Sigh… guess this is the best I could find -> https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/GameLift/Generated/_mobile/AmazonGameLiftClient.cs
Yes, that’s a good starting point.