Merge branch 'develop' into feature/skillBehavior

This commit is contained in:
VDH
2026-03-13 16:07:51 +07:00
@@ -3827,12 +3827,6 @@ namespace BrewMonster.UI
var dlg2 = CECUIManager.Instance.ShowUI(dialogue2);
}
}
// CloseDialogue();
// use for case dont do any thing just close popup : example: click to Thank you in NPC selection
if (idFunction < 0)
{
CloseDialogue();
}
return true;
}