Ejemplo n.º 1
0
        public async Task OnMessage(LobbyServerConnection connection, object requestData)
        {
            ChatNotification notification = (ChatNotification)requestData;
            //notification.SenderAccountId = connection.PlayerInfo.GetAccountId();
            //notification.SenderHandle = connection.PlayerInfo.GetHandle();

            await LobbyServer.sendChatAsync(notification, connection);
        }