Пример #1
0
 private void NewQuestionText()
 {
     _amountOfQuestionForCategory[CurrentCategoryName]++;
     Console.WriteLine($"{CurrentPlayer}'s new location is {CurrentPlayer.Place}\r\n" +
                       $"The category is {CurrentCategoryName}\r\n" +
                       $"{CurrentCategoryQueue.Dequeue()}");
 }