fix:添加中控脚本

This commit is contained in:
bzx
2025-10-20 15:13:27 +08:00
parent c00fe2cbc8
commit da37270b63
5 changed files with 105 additions and 6 deletions

View File

@@ -506,7 +506,7 @@ public class GameManager : NetworkBehaviour
// curRoundIndex=5;
// roundInfo= RoundInfos[curRoundIndex];
StartEvent(roundInfo);
if (roundIndex%5==0&&roundIndex!=0)
if (roundIndex==5)
{
CoroutineTaskManager.Instance.WaitSecondTodo(() =>
{