미궁 포탈 열기

This commit is contained in:
Ino 2025-01-27 11:12:08 +09:00
parent cecfdf42ab
commit aa6bbd9be1
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ public class DungeonInfo : MonoBehaviourSingletonTemplate<DungeonInfo>
case eDungeon.d2_Maze:
++m_MazeClear;
StopAllCoroutines();
// 포탈 열기
LoadMapMgr.Ins.Set_MazeNextPortal(MyValue.MyChoiceMapData.n_PortalIndex, true);
//MyValue.MyChoiceMapData.Set_MazeMapIndex(); // 포탈 입장 시
break;
case eDungeon.d3_Nightmare:
break;