fix:添加中控脚本
This commit is contained in:
@@ -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(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user