fix:注释调试

This commit is contained in:
bzx
2025-09-30 16:26:47 +08:00
parent 6d754a635a
commit e4e3cae523

View File

@@ -508,8 +508,8 @@ public class GameManager : NetworkBehaviour
int curRoundIndex=Random.Range(1,RoundInfos.Count);
var roundInfo=roundIndex <= 2? RoundInfos[0]: RoundInfos[curRoundIndex];
curRoundIndex=5;
roundInfo= RoundInfos[curRoundIndex];
// curRoundIndex=5;
// roundInfo= RoundInfos[curRoundIndex];
roundIndex = curRoundIndex;
StartEvent(roundInfo);