feat(BUGCube):实现BUG位置生成异常方块

This commit is contained in:
2025-10-28 10:10:41 +08:00
parent da4edb55a8
commit 7fdd7a1bb1
11 changed files with 5687 additions and 27 deletions

View File

@@ -149,6 +149,7 @@ namespace Script.Gameplay.Facility
// 利用DFS检测是否存在连接环
if (DfsCheckConnectionRing(this.gameObject))
{
BUGManager.Instance.LogStackOverflowBug(this.transform);
StartCoroutine(GameManager.Instance.ReStartGame());
return;
}