3月问题修复

This commit is contained in:
2025-03-21 12:51:27 +00:00
parent b87606a018
commit 1272dff2c3
56 changed files with 3863 additions and 393 deletions
@@ -169,9 +169,9 @@ namespace AibisDream
_curView.HideDialog();
}
public bool TrySkipLine()
public bool TrySkipLine(bool isForceSkip = false)
{
return _lastShowView != null && _lastShowView.TrySkipLine();
return _lastShowView != null && _lastShowView.TrySkipLine(isForceSkip);
}
public void NextStep()