Esempio n. 1
0
        public GameResultInfo GetTurnResultForPlayer(int playerId, ClientCode clientCode)
        {
            Game game = accessLiveGame(playerId, clientCode);

            return(game.GetTurnResult());
        }