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
+2 -2
View File
@@ -76,9 +76,9 @@ namespace AibisDream
gameObject.SetActive(false);
}
public bool TrySkipLine()
public bool TrySkipLine(bool isForceSkip)
{
if (_skipLineDelay)
if (_skipLineDelay && !isForceSkip)
{
return true;
}