fix:注释调试
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user