feat(BUGCube):实现BUG位置生成异常方块
This commit is contained in:
@@ -149,6 +149,7 @@ namespace Script.Gameplay.Facility
|
||||
// 利用DFS检测是否存在连接环
|
||||
if (DfsCheckConnectionRing(this.gameObject))
|
||||
{
|
||||
BUGManager.Instance.LogStackOverflowBug(this.transform);
|
||||
StartCoroutine(GameManager.Instance.ReStartGame());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user