火山流程串联

This commit is contained in:
2025-12-11 18:27:51 +08:00
parent 258fec3fb7
commit 8ee256b214
36 changed files with 5760 additions and 1927 deletions
@@ -99,6 +99,10 @@ namespace AibisDream
{
_dialogueRunner.StartDialogue(nodeName);
}
else
{
Debug.LogWarning($"节点 {nodeName} 不存在!");
}
}
private bool CheckIfNodeExistInCurrentYarnProject(string nodeName)