Exemplo n.º 1
0
 private async Task HandleDisplayingPassports()
 {
     command = "UpdateGameProcess";
     game.DisplayPassports();
     // Distribute updated GameView to players
     await DistributeGameViewToPlayers();
 }