コード例 #1
0
        private void UpdatePlayerListScreen(string gameKey)
        {
            IList <M_Player> playerList = gameController.GetPlayerList(gameKey);

            Clients.Caller.DisplayGameKey(gameKey);
            Clients.Group(gameKey).DisplayPlayerList(playerList);
        }