|
|
@@ -53,12 +53,12 @@ namespace Fort23.Mono.Phases
|
|
|
{
|
|
|
if (actionList.Count > guideIdx)
|
|
|
{
|
|
|
- pgm.SetOnClickMask(true);
|
|
|
+ UIManager.Instance.SetEventSystemEnable(false);
|
|
|
pgm.ResetPlayerGuide();
|
|
|
guideIdx++;
|
|
|
SaveStep(guideIdx);
|
|
|
await actionList[guideIdx](null);
|
|
|
- pgm.SetOnClickMask(false);
|
|
|
+ UIManager.Instance.SetEventSystemEnable(true);
|
|
|
if (isCompleted)
|
|
|
{
|
|
|
EventManager.Instance.Dispatch(CustomEventType.GuideComplete, null);
|