鼠标指针问题修复

This commit is contained in:
2025-11-17 20:42:47 +08:00
parent 69ba967065
commit c1aa8ebe01
10 changed files with 666 additions and 655 deletions
@@ -20,11 +20,11 @@ namespace AibisDream
_dialogueRunner.onDialogueStart.AddListener(() =>
{
EnumEventSystem.Global.Send(InteractionEventEnum.DialogEnd);
EnumEventSystem.Global.Send(InteractionEventEnum.DialogStart);
});
_dialogueRunner.onDialogueComplete.AddListener(() =>
{
EnumEventSystem.Global.Send(InteractionEventEnum.DialogStart);
EnumEventSystem.Global.Send(InteractionEventEnum.DialogEnd);
});
}