问题修复

1. 保存存档时立绘信息未保存
2. AMB切到Main时失效
3. 跳过对话功能不停止语音
This commit is contained in:
2025-03-18 14:37:40 +08:00
parent 5e83999be8
commit f22b7087fb
11 changed files with 19 additions and 20 deletions
@@ -186,7 +186,7 @@ namespace AibisDream.FixSystem
// HideDialog应该由其他函数控制
}
public bool TrySkipLine()
public bool TrySkipLine(bool isAutoSkip)
{
// 这里不能跳过对话
return true;