Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy committed Jun 22, 2024
1 parent b09a204 commit 6e70f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private SkinGuessGame GenerateRealGame()
var max = operatorIdList.Count;
var random = new Random();

game.MaxQuestionCount = 5;
game.MaxQuestionCount = 15;

while(game.QuestionList.Count< game.MaxQuestionCount)
{
Expand Down

0 comments on commit 6e70f20

Please sign in to comment.