按照新系统组装peipei
This commit is contained in:
@@ -37,6 +37,7 @@ namespace AibisDream.FixSystem
|
||||
{
|
||||
// 插入后先播放wave
|
||||
ShowWave();
|
||||
if(DialogController.Instance!=null)
|
||||
// 然后触发Yarn节点
|
||||
DialogController.Instance.StartDialogNode(data.PlugInNodeName);
|
||||
}
|
||||
@@ -52,6 +53,7 @@ namespace AibisDream.FixSystem
|
||||
{
|
||||
if (!data.waveHasError) return;
|
||||
// 如果有错误并且已经深入了
|
||||
if(DialogController.Instance!=null)
|
||||
DialogController.Instance.StartDialogNode(data.DeepInNodeName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user