Skip to content

Commit

Permalink
改为16个
Browse files Browse the repository at this point in the history
hsyhhssyy committed May 21, 2024
1 parent f5558a2 commit 2a420fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ private SkillGuessGame GenerateRealGame()
var max = operators.Count();
var random = new Random();

while (game.AnswerList.Count < 15)
while (game.AnswerList.Count < 16)
{
var rand = random.Next(0, max);
var operatorData = operators[rand].Children().First();

0 comments on commit 2a420fb

Please sign in to comment.