BnetServer.Packets.Services.GameUtilitiesService.HandleLastCharPlayedRequest C# (CSharp) Méthode

HandleLastCharPlayedRequest() static private méthode

static private HandleLastCharPlayedRequest ( ClientRequest clientRequest, BnetSession session ) : System.Threading.Tasks.Task
clientRequest ClientRequest
session BnetServer.Network.BnetSession
Résultat System.Threading.Tasks.Task
        static Task HandleLastCharPlayedRequest(ClientRequest clientRequest, BnetSession session)
        {
            var lastCharPlayedResponse = new ClientResponse();

            return session.Send(lastCharPlayedResponse);
        }