This commit is contained in:
2025-10-16 18:30:55 +08:00
parent b15a27cdb7
commit 9fafd91ea5
10 changed files with 32 additions and 31 deletions
@@ -127,8 +127,7 @@ namespace AibisDream.FixSystem
ActionKit.Delay(0.1f, () =>
{
Debug.Log("[ScreenSystem] AfterLineShown - 延迟结束,调用回调");
EnumEventSystem.Global.Send(DialogEventEnum.LineEnd);
nextStop.Invoke();
nextStop?.Invoke();
Debug.Log("[ScreenSystem] AfterLineShown - 回调调用完成");
}).StartGlobal();
typewriter.onTextShowed.RemoveAllListeners();