feat(dialog): 允许梦境选项提示语跨节点保留

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-26 23:38:40 +08:00
co-authored by Cursor
parent efe9c5baaa
commit cd3343457b
2 changed files with 2 additions and 6 deletions
@@ -59,11 +59,6 @@ namespace AibisDream
return YarnTask.CompletedTask;
}
public override void OnNodeExit(string nodeName)
{
ClearPendingOptionPrompt();
}
public void LoadBubbles(BubbleSlotGroupData data)
{
defaultViewType = data.dialogViewType;